16 lines
438 B
Makefile
16 lines
438 B
Makefile
# $NetBSD: Makefile,v 1.4 1998/09/27 17:22:14 lukem Exp $
|
|
|
|
.if !defined(NOSHARE)
|
|
FILESDIR= /usr/share/examples/ipf
|
|
MAN= mkfilters.1
|
|
|
|
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 \
|
|
nat.eg server tcpstate mkfilters
|
|
.endif
|
|
|
|
.include <bsd.own.mk>
|
|
.include <bsd.man.mk>
|
|
.include <bsd.files.mk>
|