Makefile revision 381a2a9a387f449fab7d0c7e97c4184c26963abf
220N/A#
1472N/A# CDDL HEADER START
220N/A#
220N/A# The contents of this file are subject to the terms of the
220N/A# Common Development and Distribution License (the "License").
220N/A# You may not use this file except in compliance with the License.
220N/A#
220N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
220N/A# or http://www.opensolaris.org/os/licensing.
220N/A# See the License for the specific language governing permissions
220N/A# and limitations under the License.
220N/A#
220N/A# When distributing Covered Code, include this CDDL HEADER in each
220N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
220N/A# If applicable, add the following below this CDDL HEADER, with the
220N/A# fields enclosed by brackets "[]" replaced with your own identifying
220N/A# information: Portions Copyright [yyyy] [name of copyright owner]
220N/A#
1472N/A# CDDL HEADER END
1472N/A#
1472N/A#
220N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
220N/A# Use is subject to license terms.
220N/A#
220N/A#ident "%Z%%M% %I% %E% SMI"
220N/A#
220N/A#cmd/ipf/Makefile
220N/A#
220N/A
220N/ASUBDIRS= etc examples \
220N/A lib svc .WAIT \
220N/A tools
220N/A
220N/ALINTCLEAN=
220N/ALINTSUBDIRS=
220N/A
220N/Ainclude ../Makefile.cmd
220N/A
220N/Aall:= TARGET= all
220N/Ainstall:= TARGET= install
220N/Aclean:= TARGET= clean
220N/Aclobber:= TARGET= clobber
220N/Alint:= TARGET= lint
220N/A
220N/A.KEEP_STATE:
220N/A
220N/A.PARALLEL: $(SUBDIRS)
220N/A
220N/Aall lint clean clobber: $(SUBDIRS)
220N/A
220N/Ainstall: $(SUBDIRS)
220N/A
220N/A$(SUBDIRS): FRC
220N/A cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET)
220N/A
220N/AFRC:
220N/A
220N/Acheck:
220N/A