diff options
author | csgr <csgr@FreeBSD.org> | 1994-09-10 15:21:27 +0000 |
---|---|---|
committer | csgr <csgr@FreeBSD.org> | 1994-09-10 15:21:27 +0000 |
commit | ed588fa6fa49e8e87d0b88007564630fb194bb6c (patch) | |
tree | 82405e16b1b3bd21a77d6bf57888de385b13b157 /usr.sbin/Makefile | |
parent | 7b06095550ab27727a9121b0e08c2a1b21bf6875 (diff) | |
download | FreeBSD-src-ed588fa6fa49e8e87d0b88007564630fb194bb6c.zip FreeBSD-src-ed588fa6fa49e8e87d0b88007564630fb194bb6c.tar.gz |
add bootpd, bootpef, bootpgw, bootptest
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index cd5945c..8921bd3 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -3,7 +3,8 @@ # XXX MISSING: cron mkproto sa # XXX MISSING SOURCES: ac quot # XXX TEMP. BROKEN: iostat -SUBDIR= accton amd arp chown chroot cron crunch dbsym dev_mkdb diskpart \ +SUBDIR= accton amd arp bootpd bootpef bootpgw bootptest chown chroot \ + cron crunch dbsym dev_mkdb diskpart \ edquota inetd kbdcontrol kgmon kvm_mkdb lpr lptcontrol \ manctl mtree mrouted portmap pstat \ pwd_mkdb quotaon repquota routed rmt rtprio rwhod sendmail \ |