diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-06-19 17:38:45 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-06-19 17:38:45 +0000 |
commit | b9d24bbe28ded07c11496d6049ed37b77c467845 (patch) | |
tree | fa4b2b2538aa63635ac6220cc95ece3468dd8882 /etc | |
parent | 8dbce7cfc35c2c8490fa9cf261022b83d3baddd2 (diff) |
cvs strikes again!; thanks to Oleg Safiullin <form@openbsd.ru>
for pointing out this evaded the last commit
Diffstat (limited to 'etc')
-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 \ |