Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync#
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# CDDL HEADER START
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync#
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# The contents of this file are subject to the terms of the
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# Common Development and Distribution License, Version 1.0 only
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# (the "License"). You may not use this file except in compliance
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# with the License.
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync#
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# or http://www.opensolaris.org/os/licensing.
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# See the License for the specific language governing permissions
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# and limitations under the License.
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync#
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# When distributing Covered Code, include this CDDL HEADER in each
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# If applicable, add the following below this CDDL HEADER, with the
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# fields enclosed by brackets "[]" replaced with your own identifying
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync#
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# CDDL HEADER END
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync#
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync#
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync#ident "%Z%%M% %I% %E% SMI"
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync#
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# Copyright (c) 1989 by Sun Microsystems, Inc.
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync#
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync# cmd/dfs.cmds/Makefile
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsyncSUBDIRS= general dfshares share shareall unshareall
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsyncinclude ../Makefile.cmd
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsyncall := TARGET= all
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsyncinstall := TARGET= install
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsyncclean := TARGET= clean
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsyncclobber := TARGET= clobber
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsynclint := TARGET= lint
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync.KEEP_STATE:
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsyncall install clean clobber lint: $(SUBDIRS)
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync$(SUBDIRS): FRC
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync @cd $@; pwd; $(MAKE) $(TARGET)
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsyncFRC:
3ac4cd918f9ffed59c4cc988665d1e09c5d7304avboxsync