1999-02-14 03:46:35 +03:00
|
|
|
# $NetBSD: Makefile,v 1.6 1999/02/14 00:46:35 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 \
|
|
|
|
example.10 example.sr firewall ftp-proxy ftppxy nat-setup \
|
1997-11-23 23:54:14 +03:00
|
|
|
nat.eg server tcpstate mkfilters
|
1998-09-27 21:22:03 +04:00
|
|
|
.endif
|
1997-09-21 20:47:50 +04:00
|
|
|
|
1997-11-23 23:54:14 +03:00
|
|
|
.include <bsd.man.mk>
|
1997-09-21 20:47:50 +04:00
|
|
|
.include <bsd.files.mk>
|