1999-12-12 14:29:55 +03:00
|
|
|
# $NetBSD: Makefile,v 1.8 1999/12/12 11:30:35 veego 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 \
|
1999-03-22 05:53:22 +03:00
|
|
|
nat.eg server tcpstate mkfilters mediaone
|
1998-09-27 21:22:03 +04:00
|
|
|
.endif
|
1997-09-21 20:47:50 +04:00
|
|
|
|
1999-12-12 14:29:55 +03:00
|
|
|
.PATH: ${.CURDIR}/../../../dist/ipf/rules
|
1997-11-23 23:54:14 +03:00
|
|
|
.include <bsd.man.mk>
|
1997-09-21 20:47:50 +04:00
|
|
|
.include <bsd.files.mk>
|