summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-01-20 00:59:23 +0000
committernate <nate@FreeBSD.org>1996-01-20 00:59:23 +0000
commitc6b87cfb932ab5ac056936117448db4f2fff1f73 (patch)
tree8f46e0093dd2c22796517a7449ca947e1599d87d /usr.sbin/Makefile
parenta40c665223545896b6963ba83486a58e61e8a193 (diff)
downloadFreeBSD-src-c6b87cfb932ab5ac056936117448db4f2fff1f73.zip
FreeBSD-src-c6b87cfb932ab5ac056936117448db4f2fff1f73.tar.gz
Removed config.new from the release. It is unused by any current version
of FreeBSD, and only serves to generate confusion and increase bloat.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 89f6ea9..f1f4121 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.76 1996/01/05 09:53:49 graichen Exp $
+# $Id: Makefile,v 1.77 1996/01/17 12:51:01 adam Exp $
# XXX MISSING: mkproto
SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot \
@@ -25,7 +25,7 @@ SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot \
SUBDIR+=IPXrouted
.if make(clean) || make(cleandir)
-SUBDIR+=apm apmconf bad144 cdplay config config.new fdformat fdwrite \
+SUBDIR+=apm apmconf bad144 cdplay config fdformat fdwrite \
fdcontrol iostat kbdcontrol kbdmap lptcontrol mixer ncrcontrol \
rtprio sgsc sicontrol spkrtest vidcontrol
.elif ${MACHINE} == "hp300"
@@ -39,11 +39,9 @@ SUBDIR+=config iostat
.elif ${MACHINE} == "mips"
SUBDIR+=config iostat
.elif ${MACHINE} == "sparc"
-SUBDIR+=config.new eeprom
+SUBDIR+=eeprom
.elif ${MACHINE} == "tahoe"
SUBDIR+=config iostat
-.elif ${MACHINE} == "vax"
-SUBDIR+=bad144 config iostat
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud