15153N/A#
15153N/A# CDDL HEADER START
10017N/A#
15153N/A# The contents of this file are subject to the terms of the
10017N/A# Common Development and Distribution License (the "License").
10017N/A# You may not use this file except in compliance with the License.
10017N/A#
10017N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10017N/A# or http://www.opensolaris.org/os/licensing.
15153N/A# See the License for the specific language governing permissions
12605N/A# and limitations under the License.
10017N/A#
10017N/A# When distributing Covered Code, include this CDDL HEADER in each
10017N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
10017N/A# If applicable, add the following below this CDDL HEADER, with the
10017N/A# fields enclosed by brackets "[]" replaced with your own identifying
10017N/A# information: Portions Copyright [yyyy] [name of copyright owner]
10017N/A#
15153N/A# CDDL HEADER END
15153N/A#
10017N/A#
10017N/A#
10017N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
10017N/A# Use is subject to license terms.
15153N/A#
15153N/A# cmd/fs.d/nfs/Makefile
10017N/A#
10017N/A# cmd/fs.d/nfs is the directory of all nfs specific commands
10017N/A# whose executable reside in $(INSDIR1) and $(INSDIR2).
15153N/A#
15153N/A
15153N/Ainclude $(SRC)/Makefile.master
15153N/A
15153N/ASUBDIR1= exportfs nfsd rquotad \
15153N/A statd nfsstat mountd dfshares \
15153N/A nfsfind nfs4cbd share
15153N/A
10017N/A# These do "make catalog"
15153N/ASUBDIR2= clear_locks lockd umount showmount \
10017N/A mount dfmounts nfslog nfsmapid \
10017N/A nfsref rp_basic
10017N/A
10017N/ASUBDIR3= etc svc
15153N/ASUBDIRS= $(SUBDIR1) $(SUBDIR2) $(SUBDIR3)
10017N/A
10017N/A# for messaging catalog files
10017N/A#
10017N/APOFILES= $(SUBDIR2:%=%/%.po)
15153N/APOFILE= nfs.po
10017N/A
10017N/Aall:= TARGET= all
10017N/Ainstall:= TARGET= install
10017N/Aclean:= TARGET= clean
15153N/Aclobber:= TARGET= clobber
10017N/Alint:= TARGET= lint
10017N/Acatalog:= TARGET= catalog
10017N/A
15153N/A.KEEP_STATE:
15153N/A
15153N/A.PARALLEL: $(SUBDIRS)
15153N/A
15153N/Aall install clean clobber lint: $(SUBDIRS)
15153N/A
15153N/Acatalog: $(SUBDIR2)
15153N/A $(RM) $(POFILE)
15153N/A cat $(POFILES) > $(POFILE)
15153N/A
15153N/A$(SUBDIRS): FRC
15153N/A @cd $@; pwd; $(MAKE) $(TARGET)
15153N/A
15153N/AFRC:
15153N/A