freebsd-dev/share/examples/pf/Makefile
Max Laier 42a227f8ba Update pf examples from OpenBSD to catch up with new stateful defaults and
other syntax changes.  Move pf.conf from /etc to examples, too.
2007-11-11 01:16:51 +00:00

13 lines
185 B
Makefile

# $FreeBSD$
NO_OBJ=
FILES= faq-example1 faq-example2 faq-example3 \
ackpri queue1 queue2 queue3 queue4 \
pf.conf \
spamd
FILESDIR= ${SHAREDIR}/examples/pf
.include <bsd.prog.mk>