summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-11-06 21:42:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-11-06 21:42:20 +0000
commit68ea20c20898f1cf42d36f5f9ca4773faec7ce0a (patch)
tree3341785952bda09735d2195c52a1508fa88a5fbc /usr.bin
parentf65d15573a3a45978b13b862efec73da821356e8 (diff)
no more eject programs; all ELF/ECOFF machines have nlist problems
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index ca886c2f94c..79e1e996f58 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91
-# $Id: Makefile,v 1.1 1995/10/18 08:44:52 deraadt Exp $
+# $Id: Makefile,v 1.2 1995/11/06 21:42:19 deraadt Exp $
SUBDIR= apply apropos asa at banner basename bdes biff cal calendar cap_mkdb \
checknr chflags chpass cksum cmp col colcrt colrm column comm \
@@ -21,11 +21,8 @@ SUBDIR= apply apropos asa at banner basename bdes biff cal calendar cap_mkdb \
xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich
# Don't use the standard tool chain on the alpha.
-.if (${MACHINE_ARCH} != "alpha")
+.if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips")
SUBDIR+= ar gprof nm ranlib size strip
.endif
-.if (${MACHINE_ARCH} == "sparc")
-SUBDIR+= fdeject
-.endif
.include <bsd.subdir.mk>