diff options
author | Jason Dixon <jdixon@cvs.openbsd.org> | 2008-06-08 03:03:38 +0000 |
---|---|---|
committer | Jason Dixon <jdixon@cvs.openbsd.org> | 2008-06-08 03:03:38 +0000 |
commit | acb27b9cf9b58698cf1e68345d729d548c4839de (patch) | |
tree | ca01278b1455c7405856854b9d21be451590fa6f /etc/Makefile | |
parent | d55333f7c0e0be12e82f8eaa70215e6aa9b421d4 (diff) |
Deprecate /etc/dhcpd.interfaces. This is made unnecessary by dhcpd_flags.
ok deraadt@ beck@ reyk@ phessler@
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/Makefile b/etc/Makefile index 0abb58e1ad3..b8b4f833ba2 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.264 2008/05/25 14:17:51 sobrado Exp $ +# $OpenBSD: Makefile,v 1.265 2008/06/08 03:03:37 jdixon Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -13,10 +13,10 @@ NOOBJ= oobj BINOWN= root BINGRP= wheel BIN1= 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 phones printcap \ - protocols rbootd.conf rc rc.conf rc.local rc.securelevel rc.shutdown \ + 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 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 mailer.conf ntpd.conf \ moduli pf.os sensorsd.conf ifstated.conf |