summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-10-28 04:35:13 +0000
committerjkh <jkh@FreeBSD.org>1994-10-28 04:35:13 +0000
commita5797b567437f86145e71f872b2a60d900104450 (patch)
tree936df32ca40a862ed05fbc6d04816559d6676690 /usr.sbin/Makefile
parent155937f9dbfcfd967b9ef8be51b8a038ce806c63 (diff)
downloadFreeBSD-src-a5797b567437f86145e71f872b2a60d900104450.zip
FreeBSD-src-a5797b567437f86145e71f872b2a60d900104450.tar.gz
Remove eeprom from the default list of subdirs. It gets added properly
in the sparc case anyway. Next step will be to move some of the i386 specific things, like fdformat and fdwrite, into an i386 .if clause.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 11f48c6..41f760c 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -18,7 +18,7 @@ SUBDIR= ac accton amd arp chown chroot cron crunch dbsym dev_mkdb \
# SUBDIR+=XNSrouted trsp
.if make(clean) || make(cleandir)
-SUBDIR+=apm apmconf bad144 config config.new eeprom fdformat fdwrite \
+SUBDIR+=apm apmconf bad144 config config.new fdformat fdwrite \
iostat kbdcontrol lptcontrol ncrcontrol rtprio swapinfo vidcontrol
.elif ${MACHINE} == "hp300"
SUBDIR+=config iostat
OpenPOWER on IntegriCloud