Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
246N/A#
246N/A# CDDL HEADER START
246N/A#
246N/A# The contents of this file are subject to the terms of the
246N/A# Common Development and Distribution License, Version 1.0 only
246N/A# (the "License"). You may not use this file except in compliance
246N/A# with the License.
246N/A#
246N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
246N/A# or http://www.opensolaris.org/os/licensing.
246N/A# See the License for the specific language governing permissions
246N/A# and limitations under the License.
246N/A#
246N/A# When distributing Covered Code, include this CDDL HEADER in each
246N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
246N/A# If applicable, add the following below this CDDL HEADER, with the
246N/A# fields enclosed by brackets "[]" replaced with your own identifying
246N/A# information: Portions Copyright [yyyy] [name of copyright owner]
246N/A#
246N/A# CDDL HEADER END
1424N/A#
246N/A#
246N/A#ident "%Z%%M% %I% %E% SMI" /* */
246N/A#
246N/A# Copyright (c) 1989 by Sun Microsystems, Inc.
1424N/A#
618N/A# cmd/fs.d/lofs/Makefile
246N/A#
246N/A# cmd/fs.d/lofs is the directory of all lofs specific commands
246N/A# whose executable reside in $(INSDIR1) and $(INSDIR2).
844N/A#
1424N/A
1273N/ASUBDIRS= mount
246N/A
246N/Aall:= TARGET= all
246N/Ainstall:= TARGET= install
246N/Aclean:= TARGET= clean
246N/Aclobber:= TARGET= clobber
246N/Alint:= TARGET= lint
246N/A
246N/A.KEEP_STATE:
246N/A
246N/A.PARALLEL: $(SUBDIRS)
1424N/A
1424N/Aall install clean clobber lint: $(SUBDIRS)
1424N/A
1424N/A$(SUBDIRS): FRC
1424N/A @cd $@; pwd; $(MAKE) $(TARGET)
246N/A
246N/AFRC:
1424N/A