xref: /illumos-gate/usr/src/cmd/ipf/lib/Makefile (revision 8b80e8cb6855118d46f605e91b5ed4ce83417395)
1#
2# Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5#ident	"%Z%%M%	%I%	%E% SMI"
6#
7#cmd/ipf/lib/Makefile
8#
9
10include $(SRC)/lib/Makefile.lib
11
12SUBDIRS = 	$(MACH)
13
14$(BUILD64)SUBDIRS += $(MACH64)
15
16all	:=	TARGET = all
17install	:=	TARGET = install
18clean	:=	TARGET = clean
19clobber	:=	TARGET = clobber
20lint	:=	TARGET = lint
21
22.KEEP_STATE:
23
24all clean clobber install lint:	$(SUBDIRS)
25
26$(SUBDIRS):	FRC
27	@cd $@; pwd; $(MAKE) $(TARGET)
28
29FRC:
30
31include $(SRC)/lib/Makefile.targ
32include ../Makefile.ipf
33