mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
- 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
11 lines
179 B
Makefile
11 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>
|