summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorOleg Safiullin <form@cvs.openbsd.org>1998-08-20 03:21:46 +0000
committerOleg Safiullin <form@cvs.openbsd.org>1998-08-20 03:21:46 +0000
commit13648b42bd02ac17e8fd5b9d67171fa5a7ac1b26 (patch)
tree1416b3f5db1c337c3796ceefa4eca8b4de0780ab /etc/Makefile
parentc3e20cdee9bc86c3b0989e3f9d59369aa2c030c0 (diff)
add dhcpd.* to makefile
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 6bd766a80ed..de3ad1b7884 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.88 1998/07/05 12:53:30 art Exp $
+# $OpenBSD: Makefile,v 1.89 1998/08/20 03:21:45 form Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@@ -13,12 +13,12 @@ NOOBJ= oobj
BINOWN= root
BINGRP= wheel
BIN1= aliases bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \
- daily dm.conf exports ftpusers ftpchroot gettytab group hosts \
- hosts.lpd ifaliases 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 rc.securelevel remote rpc \
- security services shells syslog.conf weekly \
+ daily dhcpd.conf dhcpd.interfaces dm.conf exports ftpusers \
+ ftpchroot gettytab group hosts hosts.lpd ifaliases 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 \
+ rc.securelevel remote rpc security services shells syslog.conf weekly \
etc.${MACHINE}/disktab
# -rw-rw-r--