Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
376N/A#
376N/A# CDDL HEADER START
376N/A#
376N/A# The contents of this file are subject to the terms of the
376N/A# Common Development and Distribution License, Version 1.0 only
376N/A# (the "License"). You may not use this file except in compliance
376N/A# with the License.
376N/A#
376N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
376N/A# or http://www.opensolaris.org/os/licensing.
376N/A# See the License for the specific language governing permissions
376N/A# and limitations under the License.
376N/A#
376N/A# When distributing Covered Code, include this CDDL HEADER in each
376N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
376N/A# If applicable, add the following below this CDDL HEADER, with the
376N/A# fields enclosed by brackets "[]" replaced with your own identifying
376N/A# information: Portions Copyright [yyyy] [name of copyright owner]
376N/A#
376N/A# CDDL HEADER END
376N/A#
3789N/A#
376N/A#ident "%Z%%M% %I% %E% SMI"
376N/A#
376N/A# Copyright (c) 1992,1996 by Sun Microsystems, Inc.
376N/A# All rights reserved.
376N/A#
828N/A# cmd/fs.d/ufs/fsirand/Makefile
376N/A
376N/AFSTYPE= ufs
844N/ALIBPROG= fsirand
844N/A
376N/AOTHERINSTALL= $(ROOTUSRSBIN)/$(LIBPROG)
376N/ALINKVALUE= ../lib/fs/$(FSTYPE)/$(LIBPROG)
1273N/A
376N/Ainclude ../../Makefile.fstype
3661N/A
3661N/ACPPFLAGS += -D_LARGEFILE64_SOURCE
3778N/Alint: lint_PROG
3778N/A
3778N/A$(ROOTUSRSBIN)/$(LIBPROG):
376N/A -$(RM) $@; $(SYMLINK) $(LINKVALUE) $@
376N/A