Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
475N/A#
475N/A# CDDL HEADER START
1276N/A#
475N/A# The contents of this file are subject to the terms of the
1356N/A# Common Development and Distribution License, Version 1.0 only
475N/A# (the "License"). You may not use this file except in compliance
475N/A# with the License.
919N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A#
919N/A# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
919N/A# Use is subject to license terms.
475N/A#
475N/A# ident "%Z%%M% %I% %E% SMI"
475N/A#
475N/A# cmd/fs.d/ufs/mount/Makefile
493N/A
475N/AFSTYPE= ufs
970N/APROG= mount
977N/ALIBPROG= $(PROG)
970N/AROOTFS_PROG= $(PROG)
970N/A
1356N/A# duplicate ROOTLIBFSTYPE value needed for installation rule
1356N/A# we must define this before including Makefile.fstype
1356N/AROOTLIBFSTYPE = $(ROOT)/usr/lib/fs/$(FSTYPE)
475N/A$(ROOTLIBFSTYPE)/%: $(ROOTLIBFSTYPE) %
1276N/A $(RM) $@; $(SYMLINK) ../../../../etc/fs/$(FSTYPE)/$(PROG) $@
475N/A
911N/Ainclude ../../Makefile.fstype
1276N/Ainclude ../../Makefile.mount
1276N/A
1276N/ACPPFLAGS += -D_LARGEFILE64_SOURCE
911N/A
475N/A# The default POFILE target is OK here since realpath.c doesn't actually
1276N/A# have any strings to localize.
475N/AOBJS += realpath.o
1196N/A
1425N/Ainclude ../../Makefile.mount.targ
1196N/A