9d7ccc0ffa
- Add OpenBSD example rulesets as advertised in etc/pf.conf and pf.conf(5) - Tweak the pointer to fit the FreeBSD default location share/examples/pf - Account for the new directory in BSD.usr.dist (no hier(7) change required as share/examples is an opaque item there). Obtained from: OpenBSD Reminded by: Thomas T. Veldhouse PR: docs/71691 MFC after: 2 days
12 lines
179 B
Makefile
12 lines
179 B
Makefile
# $FreeBSD$
|
|
|
|
NOOBJ= noobj
|
|
|
|
FILES= faq-example1 faq-example2 faq-example3 \
|
|
ackpri queue1 queue2 queue3 queue4 \
|
|
spamd
|
|
|
|
FILESDIR= ${SHAREDIR}/examples/pf
|
|
|
|
.include <bsd.prog.mk>
|