diff options
author | obrien <obrien@FreeBSD.org> | 1999-07-09 05:30:33 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-07-09 05:30:33 +0000 |
commit | 476eeebd858f14e2bfa6e1e625e02f5c3a7ea2b7 (patch) | |
tree | 047f65c2541ea5518fc7b61d5a460ef16be77e2a /etc/Makefile | |
parent | faf9139e2344796b7941eda58a8ffb62c6cb907e (diff) | |
download | FreeBSD-src-476eeebd858f14e2bfa6e1e625e02f5c3a7ea2b7.zip FreeBSD-src-476eeebd858f14e2bfa6e1e625e02f5c3a7ea2b7.tar.gz |
Install dhclient.conf.
PR: conf/12458
Submitted by: Doug <doug@gorean.org>
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/etc/Makefile b/etc/Makefile index 77c337b..0dd6a3b 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,18 +1,17 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.198 1999/05/11 11:52:27 jkh Exp $ +# $Id: Makefile,v 1.199 1999/06/24 09:45:17 sheldonh Exp $ SUBDIR= sendmail -BIN1= aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf \ - fbtab ftpusers gettytab group hosts hosts.allow host.conf hosts.equiv \ - hosts.lpd inetd.conf auth.conf login.conf login.access motd modems \ - networks newsyslog.conf pam.conf phones pccard.conf.sample \ - printcap profile protocols \ - rc rc.atm rc.devfs rc.firewall rc.isdn rc.network rc.pccard \ - rc.serial rc.shutdown rc.diskless1 rc.diskless2 \ - etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \ - remote security services shells syslog.conf \ - etc.${MACHINE_ARCH}/ttys etc.${MACHINE_ARCH}/disktab rpc make.conf \ +BIN1= aliases amd.map auth.conf crontab csh.cshrc csh.login csh.logout \ + dhclient.conf dm.conf fbtab ftpusers gettytab group hosts hosts.allow \ + host.conf hosts.equiv hosts.lpd inetd.conf login.access login.conf \ + motd modems networks newsyslog.conf pam.conf pccard.conf.sample \ + phones printcap profile protocols rc rc.atm rc.devfs rc.diskless1 \ + rc.diskless2 rc.firewall rc.isdn rc.network rc.pccard rc.serial \ + rc.shutdown etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} remote security \ + services shells syslog.conf etc.${MACHINE_ARCH}/ttys \ + etc.${MACHINE_ARCH}/disktab rpc make.conf \ ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \ ${.CURDIR}/../usr.bin/mail/misc/mail.rc \ ${.CURDIR}/../usr.bin/locate/locate/locate.rc |