diff options
author | pst <pst@FreeBSD.org> | 1994-09-30 05:48:52 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-09-30 05:48:52 +0000 |
commit | a9e6b1a898387c3232d22a1b01f12fcb0ae38be7 (patch) | |
tree | 08953b297a1801291a257dcf40775742d69d8df0 | |
parent | ea773c44ec9f9066bc382bfd7f30fd02e7ea2a1f (diff) | |
download | FreeBSD-src-a9e6b1a898387c3232d22a1b01f12fcb0ae38be7.zip FreeBSD-src-a9e6b1a898387c3232d22a1b01f12fcb0ae38be7.tar.gz |
Move bootp & related stuff
-rw-r--r-- | libexec/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 5bf4f2d..4c74894 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -SUBDIR= atrun comsat fingerd ftpd getNAME getty lfs_cleanerd \ +SUBDIR= atrun bootpd bootpgw comsat fingerd ftpd getNAME getty lfs_cleanerd \ mail.local makekey rexecd rlogind rpc.rstatd rpc.rusersd \ rpc.rwalld rshd talkd telnetd tftpd uucpd diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 25ade54..385f53f 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -3,7 +3,7 @@ # XXX MISSING: mkproto # XXX MISSING SOURCES: quot # XXX TEMP. BROKEN: iostat -SUBDIR= ac accton amd arp bootpd bootpef bootpgw bootptest chown chroot \ +SUBDIR= ac accton amd arp chown chroot \ cron crunch dbsym dev_mkdb diskpart edquota fdformat fdwrite \ inetd kbdcontrol kgmon kvm_mkdb lpr lptcontrol \ manctl mtree mrouted named nslookup pkg_install portmap pstat \ |