diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-06-26 13:29:12 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-06-26 13:29:12 +0000 |
commit | 31e3b4eaf5cf557d21c926ccca30584428420354 (patch) | |
tree | 53361a636fb373befd2b308bf165d24fd54396c8 /etc/Makefile | |
parent | 78ffaa99515ee230f5bf4bd38b88af631c59b843 (diff) |
add pf.filter and pf.nat; ok @deraadt
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 2122f0ead7d..966f1c3b87a 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.125 2001/06/25 03:32:50 hin Exp $ +# $OpenBSD: Makefile,v 1.126 2001/06/26 13:29:11 dhartmei Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -16,7 +16,7 @@ BIN1= bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \ daily dhcpd.conf dhcpd.interfaces dm.conf exports ftpusers \ ftpchroot gettytab group hosts hosts.lpd inetd.conf \ ksh.kshrc locate.rc man.conf monthly motd mrouted.conf \ - myname netstart networks newsyslog.conf \ + myname netstart networks newsyslog.conf pf.filter pf.nat \ phones printcap protocols rbootd.conf rc rc.conf rc.local \ rc.securelevel rc.shutdown remote rpc security services \ shells syslog.conf weekly etc.${MACHINE}/disktab dhclient.conf \ |