From 6be47b725dbe981b3b17d6c613ae30fc93c8734f Mon Sep 17 00:00:00 2001 From: mlaier Date: Mon, 8 Mar 2004 22:03:29 +0000 Subject: 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) --- sbin/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sbin/Makefile') diff --git a/sbin/Makefile b/sbin/Makefile index e790b1f..b927e49 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -70,6 +70,8 @@ SUBDIR= adjkerntz \ nfsiod \ nologin \ nos-tun \ + ${_pfctl} \ + ${_pflogd} \ ping \ ${_ping6} \ quotacheck \ @@ -109,6 +111,11 @@ _ipmon= ipmon _ipnat= ipnat .endif +.if !defined(NO_PF) +_pfctl= pfctl +_pflogd= pflogd +.endif + .if !defined(NOINET6) _ip6fw= ip6fw _ping6= ping6 -- cgit v1.1