xref: /illumos-gate/usr/src/cmd/ipf/Makefile (revision 381a2a9a)
17c478bd9Sstevel@tonic-gate#
2*381a2a9aSdr# CDDL HEADER START
3*381a2a9aSdr#
4*381a2a9aSdr# The contents of this file are subject to the terms of the
5*381a2a9aSdr# Common Development and Distribution License (the "License").
6*381a2a9aSdr# You may not use this file except in compliance with the License.
7*381a2a9aSdr#
8*381a2a9aSdr# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*381a2a9aSdr# or http://www.opensolaris.org/os/licensing.
10*381a2a9aSdr# See the License for the specific language governing permissions
11*381a2a9aSdr# and limitations under the License.
12*381a2a9aSdr#
13*381a2a9aSdr# When distributing Covered Code, include this CDDL HEADER in each
14*381a2a9aSdr# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*381a2a9aSdr# If applicable, add the following below this CDDL HEADER, with the
16*381a2a9aSdr# fields enclosed by brackets "[]" replaced with your own identifying
17*381a2a9aSdr# information: Portions Copyright [yyyy] [name of copyright owner]
18*381a2a9aSdr#
19*381a2a9aSdr# CDDL HEADER END
20*381a2a9aSdr#
21*381a2a9aSdr#
22*381a2a9aSdr# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
237c478bd9Sstevel@tonic-gate# Use is subject to license terms.
247c478bd9Sstevel@tonic-gate#
257c478bd9Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
267c478bd9Sstevel@tonic-gate#
277c478bd9Sstevel@tonic-gate#cmd/ipf/Makefile
287c478bd9Sstevel@tonic-gate#
297c478bd9Sstevel@tonic-gate
307c478bd9Sstevel@tonic-gateSUBDIRS=	etc examples \
317c478bd9Sstevel@tonic-gate		lib svc .WAIT \
32*381a2a9aSdr		tools
337c478bd9Sstevel@tonic-gate
347c478bd9Sstevel@tonic-gateLINTCLEAN=
357c478bd9Sstevel@tonic-gateLINTSUBDIRS=
367c478bd9Sstevel@tonic-gate
377c478bd9Sstevel@tonic-gateinclude ../Makefile.cmd
387c478bd9Sstevel@tonic-gate
397c478bd9Sstevel@tonic-gateall:=           TARGET= all
407c478bd9Sstevel@tonic-gateinstall:=       TARGET= install
417c478bd9Sstevel@tonic-gateclean:=         TARGET= clean
427c478bd9Sstevel@tonic-gateclobber:=       TARGET= clobber
437c478bd9Sstevel@tonic-gatelint:=          TARGET= lint
447c478bd9Sstevel@tonic-gate
457c478bd9Sstevel@tonic-gate.KEEP_STATE:
467c478bd9Sstevel@tonic-gate
477c478bd9Sstevel@tonic-gate.PARALLEL:      $(SUBDIRS)
487c478bd9Sstevel@tonic-gate
497c478bd9Sstevel@tonic-gateall lint clean clobber: $(SUBDIRS)
507c478bd9Sstevel@tonic-gate
517c478bd9Sstevel@tonic-gateinstall: $(SUBDIRS)
527c478bd9Sstevel@tonic-gate
537c478bd9Sstevel@tonic-gate$(SUBDIRS): FRC
547c478bd9Sstevel@tonic-gate	cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET)
557c478bd9Sstevel@tonic-gate
567c478bd9Sstevel@tonic-gateFRC:
577c478bd9Sstevel@tonic-gate
587c478bd9Sstevel@tonic-gatecheck:
59