1# 2# Copyright 2004 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/Makefile 8# 9 10SUBDIRS= etc examples \ 11 lib svc .WAIT \ 12 pfild tools 13 14LINTCLEAN= 15LINTSUBDIRS= 16 17include ../Makefile.cmd 18 19all:= TARGET= all 20install:= TARGET= install 21clean:= TARGET= clean 22clobber:= TARGET= clobber 23lint:= TARGET= lint 24 25.KEEP_STATE: 26 27.PARALLEL: $(SUBDIRS) 28 29all lint clean clobber: $(SUBDIRS) 30 31install: $(SUBDIRS) 32 33$(SUBDIRS): FRC 34 cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET) 35 36FRC: 37 38check: 39