xref: /titanic_51/usr/src/cmd/ipf/svc/Makefile (revision d3cf9c7d3cb6a89c5ee679d866610bc6baaf2c9a)
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
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
18$(ROOTMANIFESTDIR)/%: %
19		$(INS.file)
20
21clean:
22		$(RM) $(OBJS)
23
24lint:		$(SRCS) lint_SRCS
25
26install:	$(ROOTMANIFEST) $(ROOTSVCMETHOD)
27
28check:		$(CHKMANIFEST)
29