1# 2# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 3# Use is subject to license terms. 4# 5# ident "%Z%%M% %I% %E% SMI" 6# 7 8MANIFEST= ipfilter.xml pfil.xml 9SVCMETHOD= ipfilter pfil 10 11include $(SRC)/cmd/Makefile.cmd 12 13ROOTMANIFESTDIR= $(ROOTSVCNETWORK) 14$(ROOTMANIFEST) := FILEMODE= 444 15 16include $(SRC)/cmd/Makefile.targ 17 18all: $(OBJS) 19 20$(ROOTMANIFESTDIR)/%: % 21 $(INS.file) 22 23clean: 24 $(RM) $(OBJS) 25 26lint: $(SRCS) lint_SRCS 27 28install: $(ROOTMANIFEST) $(ROOTSVCMETHOD) 29 30check: $(CHKMANIFEST) 31