13 lines
332 B
Makefile
13 lines
332 B
Makefile
# $NetBSD: Makefile,v 1.1.1.2 1997/10/30 05:31:07 mrg Exp $
|
|
|
|
FILESDIR= /usr/share/samples/ipf
|
|
|
|
FILES= 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
|
|
|
|
all:
|
|
|
|
.include <bsd.own.mk>
|
|
.include <bsd.files.mk>
|