aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-02-05 00:05:04 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-02-05 00:05:04 +0000
commit2097e8b4330413d04fd82eff31fa353969e52ab3 (patch)
tree9f26fc4cf3823a9f2642be29b61617d66eadb70d /usr.sbin/Makefile
parent11a063866f2105d4ed37f1d69d548501279fa3c9 (diff)
downloadsrc-2097e8b4330413d04fd82eff31fa353969e52ab3.tar.gz
src-2097e8b4330413d04fd82eff31fa353969e52ab3.zip
Remove cdplay, cdcontrol is superset of it
Notes
Notes: svn path=/head/; revision=13911
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 888b591abc32..9fc54fdd6acd 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
-# $Id: Makefile,v 1.79 1996/01/27 17:57:15 joerg Exp $
+# $Id: Makefile,v 1.80 1996/02/04 10:11:35 pst Exp $
# XXX MISSING: mkproto
SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot \
@@ -25,13 +25,13 @@ SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot \
SUBDIR+=IPXrouted
.if make(clean) || make(cleandir)
-SUBDIR+=apm apmconf bad144 cdplay config fdformat fdwrite \
+SUBDIR+=apm apmconf bad144 config fdformat fdwrite \
fdcontrol iostat kbdcontrol kbdmap lptcontrol mixer ncrcontrol \
qcamcontrol rtprio sgsc sicontrol spkrtest vidcontrol
.elif ${MACHINE} == "hp300"
SUBDIR+=config iostat
.elif ${MACHINE} == "i386"
-SUBDIR+=apm apmconf bad144 cdplay config fdformat fdwrite fdcontrol iostat \
+SUBDIR+=apm apmconf bad144 config fdformat fdwrite fdcontrol iostat \
kbdcontrol kbdmap lptcontrol mixer ncrcontrol qcamcontrol \
rtprio sgsc sicontrol spkrtest vidcontrol
.elif ${MACHINE} == "luna68k"