diff options
author | mlaier <mlaier@FreeBSD.org> | 2004-03-08 22:03:29 +0000 |
---|---|---|
committer | mlaier <mlaier@FreeBSD.org> | 2004-03-08 22:03:29 +0000 |
commit | 6be47b725dbe981b3b17d6c613ae30fc93c8734f (patch) | |
tree | 38dcc46c6326ec0b0dc0f6d59183c7d17c5f9d66 /etc/Makefile | |
parent | 8ff4e76430891ac4cdbaed167d6824866a07f187 (diff) | |
download | FreeBSD-src-6be47b725dbe981b3b17d6c613ae30fc93c8734f.zip FreeBSD-src-6be47b725dbe981b3b17d6c613ae30fc93c8734f.tar.gz |
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)
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 948d90d..d43237a 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -11,7 +11,7 @@ BIN1= amd.map apmd.conf auth.conf \ hosts hosts.allow hosts.equiv hosts.lpd \ inetd.conf login.access login.conf \ mac.conf motd netconfig network.subr networks newsyslog.conf \ - phones profile protocols \ + pf.conf pf.os phones profile protocols \ rc rc.firewall rc.firewall6 rc.sendmail rc.shutdown \ rc.subr remote rpc services \ shells sysctl.conf syslog.conf usbd.conf \ |