aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2004-03-08 22:03:29 +0000
committerMax Laier <mlaier@FreeBSD.org>2004-03-08 22:03:29 +0000
commit8d69c48be5f42f9477e1525587f495d6c7714c4a (patch)
tree38dcc46c6326ec0b0dc0f6d59183c7d17c5f9d66 /usr.sbin/Makefile
parentce8935295208bf59c38dc09613c948725f20209b (diff)
downloadsrc-8d69c48be5f42f9477e1525587f495d6c7714c4a.tar.gz
src-8d69c48be5f42f9477e1525587f495d6c7714c4a.zip
Link pf to the build and install:
This adds the former ports registered groups: proxy and authpf as well as the proxy user. Make sure to run mergemaster -p in oder to complete make installworld without errors. This also provides the passive OS fingerprints from OpenBSD (pf.os) and an example pf.conf. For those who want to go without pf; it provides a NO_PF knob to make.conf. __FreeBSD_version will be bumped soon to reflect this and to be able to change ports accordingly. Approved by: bms(mentor)
Notes
Notes: svn path=/head/; revision=126756
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 0fb5820e58f2..23982b01fad6 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -13,6 +13,7 @@ SUBDIR= ac \
arp \
${_asf} \
${_atm} \
+ ${_authpf} \
${_bluetooth} \
${_boot0cfg} \
${_boot98cfg} \
@@ -215,6 +216,10 @@ _ipsend= ipsend
_iptest= iptest
.endif
+.if !defined(NO_PF) && !defined(NO_AUTHPF)
+_authpf= authpf
+.endif
+
.if !defined(NO_LPR)
_lpr= lpr
.endif