2002-09-18 07:54:26 +04:00
|
|
|
# $NetBSD: Makefile,v 1.11 2002/09/18 03:54:32 lukem Exp $
|
1997-09-21 20:47:50 +04:00
|
|
|
|
1999-02-13 05:54:17 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
1999-02-14 03:46:35 +03:00
|
|
|
MAN= mkfilters.1
|
1999-02-13 05:54:17 +03:00
|
|
|
.if ${MKSHARE} != "no"
|
1997-11-13 12:46:41 +03:00
|
|
|
FILESDIR= /usr/share/examples/ipf
|
1997-09-21 20:47:50 +04:00
|
|
|
|
1997-11-13 12:46:41 +03:00
|
|
|
FILES= BASIC.NAT BASIC_1.FW BASIC_2.FW example.1 example.2 example.3 \
|
|
|
|
example.4 example.5 example.6 example.7 example.8 example.9 \
|
2002-01-26 12:30:53 +03:00
|
|
|
example.10 example.11 example.12 example.13 example.sr \
|
|
|
|
firewall ftp-proxy ftppxy mediaone nat-setup \
|
|
|
|
nat.eg server tcpstate mkfilters
|
1998-09-27 21:22:03 +04:00
|
|
|
.endif
|
1997-09-21 20:47:50 +04:00
|
|
|
|
2002-09-18 07:54:26 +04:00
|
|
|
.PATH: ${NETBSDSRCDIR}/dist/ipf/rules
|
2002-04-24 12:18:45 +04:00
|
|
|
.include <bsd.prog.mk>
|