diff options
author | dougb <dougb@FreeBSD.org> | 2003-05-06 07:25:17 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-05-06 07:25:17 +0000 |
commit | 0641e25c40feb81931e862f0c1221599a89708c8 (patch) | |
tree | b4c342b81a987d37c888bce74df2e3766f0fd634 /etc/Makefile | |
parent | 94f237b10d51ece9def008a3ccd17ac198bee09c (diff) | |
download | FreeBSD-src-0641e25c40feb81931e862f0c1221599a89708c8.zip FreeBSD-src-0641e25c40feb81931e862f0c1221599a89708c8.tar.gz |
Hook devfs.conf up to the build.
Approved by: re (scottl)
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 3046912..7d36cfb 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -6,8 +6,8 @@ SUBDIR= sendmail .endif BIN1= amd.map apmd.conf auth.conf \ - crontab csh.cshrc csh.login csh.logout \ - devd.conf dhclient.conf disktab fbtab ftpusers gettytab group \ + crontab csh.cshrc csh.login csh.logout devd.conf devfs.conf \ + dhclient.conf disktab fbtab ftpusers gettytab group \ hosts hosts.allow hosts.equiv hosts.lpd \ inetd.conf login.access login.conf \ mac.conf motd netconfig network.subr networks newsyslog.conf \ |