summaryrefslogtreecommitdiffstats
path: root/share/examples/Makefile
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-09-14 01:07:19 +0000
committermlaier <mlaier@FreeBSD.org>2004-09-14 01:07:19 +0000
commit61e73d53e0e987f0067b83931d2738019c3244c1 (patch)
treef4f7a5d40c5d14259348b29aae4f8b79aeac3dad /share/examples/Makefile
parent0dd68a174a1c85566e2a81504fccd230c6ec1dac (diff)
downloadFreeBSD-src-61e73d53e0e987f0067b83931d2738019c3244c1.zip
FreeBSD-src-61e73d53e0e987f0067b83931d2738019c3244c1.tar.gz
Bring in some examples (and create space for future work here):
- 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
Diffstat (limited to 'share/examples/Makefile')
-rw-r--r--share/examples/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile
index 85f815f..d284821 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -290,6 +290,9 @@ SUBDIR= smbfs
.if !defined(NO_IPFILTER)
SUBDIR+=ipfilter
.endif
+.if !defined(NO_PF)
+SUBDIR+=pf
+.endif
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud