xref: /illumos-gate/usr/src/cmd/ipf/Makefile (revision f96a0cef)
17c478bd9Sstevel@tonic-gate#
2381a2a9aSdr# CDDL HEADER START
3381a2a9aSdr#
4381a2a9aSdr# The contents of this file are subject to the terms of the
5381a2a9aSdr# Common Development and Distribution License (the "License").
6381a2a9aSdr# You may not use this file except in compliance with the License.
7381a2a9aSdr#
8381a2a9aSdr# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9381a2a9aSdr# or http://www.opensolaris.org/os/licensing.
10381a2a9aSdr# See the License for the specific language governing permissions
11381a2a9aSdr# and limitations under the License.
12381a2a9aSdr#
13381a2a9aSdr# When distributing Covered Code, include this CDDL HEADER in each
14381a2a9aSdr# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15381a2a9aSdr# If applicable, add the following below this CDDL HEADER, with the
16381a2a9aSdr# fields enclosed by brackets "[]" replaced with your own identifying
17381a2a9aSdr# information: Portions Copyright [yyyy] [name of copyright owner]
18381a2a9aSdr#
19381a2a9aSdr# CDDL HEADER END
20381a2a9aSdr#
21381a2a9aSdr#
22381a2a9aSdr# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
237c478bd9Sstevel@tonic-gate# Use is subject to license terms.
247c478bd9Sstevel@tonic-gate#
257c478bd9Sstevel@tonic-gate
267c478bd9Sstevel@tonic-gateSUBDIRS=	etc examples \
277c478bd9Sstevel@tonic-gate		lib svc .WAIT \
28381a2a9aSdr		tools
297c478bd9Sstevel@tonic-gate
307c478bd9Sstevel@tonic-gateLINTCLEAN=
317c478bd9Sstevel@tonic-gateLINTSUBDIRS=
327c478bd9Sstevel@tonic-gate
337c478bd9Sstevel@tonic-gateinclude ../Makefile.cmd
347c478bd9Sstevel@tonic-gate
357c478bd9Sstevel@tonic-gateall:=           TARGET= all
367c478bd9Sstevel@tonic-gateinstall:=       TARGET= install
377c478bd9Sstevel@tonic-gateclean:=         TARGET= clean
387c478bd9Sstevel@tonic-gateclobber:=       TARGET= clobber
397c478bd9Sstevel@tonic-gatelint:=          TARGET= lint
407c478bd9Sstevel@tonic-gate
417c478bd9Sstevel@tonic-gate.KEEP_STATE:
427c478bd9Sstevel@tonic-gate
437c478bd9Sstevel@tonic-gate.PARALLEL:      $(SUBDIRS)
447c478bd9Sstevel@tonic-gate
457c478bd9Sstevel@tonic-gateall lint clean clobber: $(SUBDIRS)
467c478bd9Sstevel@tonic-gate
477c478bd9Sstevel@tonic-gateinstall: $(SUBDIRS)
487c478bd9Sstevel@tonic-gate
497c478bd9Sstevel@tonic-gate$(SUBDIRS): FRC
50*f96a0cefSRichard Lowe	cd $@; pwd; $(MAKE) $(TARGET)
517c478bd9Sstevel@tonic-gate
527c478bd9Sstevel@tonic-gateFRC:
537c478bd9Sstevel@tonic-gate
547c478bd9Sstevel@tonic-gatecheck:
55