diff options
author | 2002-06-17 00:09:44 +0000 | |
---|---|---|
committer | 2002-06-17 00:09:44 +0000 | |
commit | b57faf604d125e51c4e706326966efce6d493cea (patch) | |
tree | 133b44a6098c0689d6a982a3fc14d8b419be192e | |
parent | Rules must in order -> Rules must be in order (diff) | |
download | wireguard-openbsd-b57faf604d125e51c4e706326966efce6d493cea.tar.xz wireguard-openbsd-b57faf604d125e51c4e706326966efce6d493cea.zip |
we no longer do this. why was it edited incorrectly?
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 0e6ce1af3f7..164820d41a8 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.166 2002/06/01 05:22:08 deraadt Exp $ +# $OpenBSD: Makefile,v 1.167 2002/06/17 00:09:44 deraadt 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 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 pf.conf nat.conf \ + myname netstart networks newsyslog.conf pf.conf \ 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 \ |