diff options
author | 2000-06-19 17:38:44 +0000 | |
---|---|---|
committer | 2000-06-19 17:38:44 +0000 | |
commit | f5851fe0acb91fd9606532387b654758c523ac06 (patch) | |
tree | 0343217a7b8acfa77e2d152ef61ba1ce1923e558 | |
parent | correct header chasing code. take care of AH length. (diff) | |
download | wireguard-openbsd-f5851fe0acb91fd9606532387b654758c523ac06.tar.xz wireguard-openbsd-f5851fe0acb91fd9606532387b654758c523ac06.zip |
cvs strikes again!; thanks to Oleg Safiullin <form@openbsd.ru>
for pointing out this evaded the last commit
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 6674cc5b506..8691962ba30 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.111 2000/04/29 22:04:55 deraadt Exp $ +# $OpenBSD: Makefile,v 1.112 2000/06/19 17:38:44 todd Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -14,7 +14,7 @@ BINOWN= root BINGRP= wheel 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 ifaliases inetd.conf \ + ftpchroot gettytab group hosts hosts.lpd inetd.conf \ ipf.rules ksh.kshrc locate.rc man.conf monthly motd mrouted.conf \ myname ipnat.rules netstart networks newsyslog.conf passwd.conf \ phones printcap protocols rbootd.conf rc rc.conf rc.local \ |