From 61e73d53e0e987f0067b83931d2738019c3244c1 Mon Sep 17 00:00:00 2001 From: mlaier Date: Tue, 14 Sep 2004 01:07:19 +0000 Subject: 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 --- share/examples/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'share/examples/Makefile') 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 -- cgit v1.1