diff options
author | bde <bde@FreeBSD.org> | 1995-02-09 15:36:08 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-02-09 15:36:08 +0000 |
commit | 2daabec736fa0377716858bb92275d90386970c3 (patch) | |
tree | 9beffc87c7c39566b8530dd9a8b236c8386bd5a3 /usr.sbin/Makefile | |
parent | 532b75807683e938dc5373973c2a8f858cf05d68 (diff) | |
download | FreeBSD-src-2daabec736fa0377716858bb92275d90386970c3.zip FreeBSD-src-2daabec736fa0377716858bb92275d90386970c3.tar.gz |
Add ctm and sgsc. ctm is has proved useful and sgsc seems to have been
forgotten.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index df4f5a4..113e94f 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 adduser amd arp chown chroot cron crunch dbsym dev_mkdb \ +SUBDIR= ac accton adduser amd arp chown chroot cron crunch ctm dbsym dev_mkdb \ diskpart edquota inetd kgmon kvm_mkdb lpr lsdev manctl \ mtree mrouted named nslookup pkg_install portmap ppp pppd pppstats \ pstat pwd_mkdb quotaon repquota routed rmt rwhod sa \ @@ -25,7 +25,8 @@ SUBDIR+=apm apmconf bad144 cdplay config config.new fdformat fdwrite \ SUBDIR+=config iostat .elif ${MACHINE} == "i386" SUBDIR+=apm apmconf bad144 cdplay config fdformat fdwrite fdcontrol iostat \ - kbdcontrol lptcontrol ncrcontrol rtprio spkrtest swapinfo vidcontrol + kbdcontrol lptcontrol ncrcontrol rtprio sgsc spkrtest swapinfo \ + vidcontrol .elif ${MACHINE} == "luna68k" SUBDIR+=config iostat .elif ${MACHINE} == "mips" |