diff options
author | ache <ache@FreeBSD.org> | 1996-02-05 00:05:04 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-02-05 00:05:04 +0000 |
commit | 15f25db6c3044ef7cdee42f84c295e4ba5ac0f82 (patch) | |
tree | 9f26fc4cf3823a9f2642be29b61617d66eadb70d /usr.sbin/Makefile | |
parent | ff348630728600a2443dbccff36999598491ef8d (diff) | |
download | FreeBSD-src-15f25db6c3044ef7cdee42f84c295e4ba5ac0f82.zip FreeBSD-src-15f25db6c3044ef7cdee42f84c295e4ba5ac0f82.tar.gz |
Remove cdplay, cdcontrol is superset of it
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 888b591..9fc54fd 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" |