diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1996-07-18 22:26:54 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1996-07-18 22:26:54 +0000 |
commit | 4bbf33905c5ca0ea39c92719287647b71c3e4baa (patch) | |
tree | fc530d9baf3a35cf88670c6b2f74898b4cbde63f /usr.sbin/Makefile | |
parent | 011302ad001c9f5932fe23295d810c34bc3726b5 (diff) | |
download | FreeBSD-src-4bbf33905c5ca0ea39c92719287647b71c3e4baa.zip FreeBSD-src-4bbf33905c5ca0ea39c92719287647b71c3e4baa.tar.gz |
Remove eeprom too as more unused stuff.
Pointed out by: Thomas Graichen <graichen@axp5.physik.fu-berlin.de>
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 1bea374..b474f2f 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.91 1996/06/17 19:49:17 wollman Exp $ +# $Id: Makefile,v 1.92 1996/06/23 12:13:02 sos Exp $ # XXX MISSING: mkproto SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot \ @@ -29,8 +29,6 @@ SUBDIR+=apm apmconf bad144 config fdformat fdwrite fdcontrol iostat \ SUBDIR+=config iostat .elif ${MACHINE} == "mips" SUBDIR+=config iostat -.elif ${MACHINE} == "sparc" -SUBDIR+=eeprom .elif ${MACHINE} == "tahoe" SUBDIR+=config iostat .endif |