summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-31 10:48:06 +0000
committerjb <jb@FreeBSD.org>1998-05-31 10:48:06 +0000
commitca4b05419a6136ad127441809357f724776e3303 (patch)
treed730cb30c16844d2081b87e5f512ddeb00726b85 /usr.bin
parent94213686cc0f68f8c105de91941b252096515c69 (diff)
downloadFreeBSD-src-ca4b05419a6136ad127441809357f724776e3303.zip
FreeBSD-src-ca4b05419a6136ad127441809357f724776e3303.tar.gz
objformat is part of the i386 mid life identity crisis. On alpha, things
are in their normal places, so objformat isn't required.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index a880524..e476623 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
-# $Id: Makefile,v 1.99 1998/05/15 12:33:56 jb Exp $
+# $Id: Makefile,v 1.100 1998/05/25 17:34:37 sos Exp $
# XXX MISSING: deroff diction graph learn plot
# spell spline struct xsend
@@ -17,7 +17,7 @@ SUBDIR= apply at banner basename biff c89 calendar \
lam last lastcomm leave lex limits locate lock lockf logger login \
logname look lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr \
mktemp mk_cmds more msgs ncal newkey nice nohup \
- objformat opieinfo opiekey opiepasswd pagesize passwd paste pr \
+ opieinfo opiekey opiepasswd pagesize passwd paste pr \
printenv printf quota rdist renice rev rlogin rpcgen \
rpcinfo rs rsh rup ruptime rusers rwall \
rwho script sed shar showmount soelim split \
@@ -36,9 +36,8 @@ SUBDIR+=telnet
.if ${MACHINE_ARCH} == "i386"
# Things that don't compile on alpha or are aout specific:
SUBDIR+=ar brandelf dig dnsquery doscmd fstat gcore gprof gprof4 host ipcrm \
- ipcs kdump ktrace lorder modstat mt netstat nfsstat nm ranlib \
- sasc size strings \
- strip systat top truss vmstat w
+ ipcs kdump ktrace lorder modstat mt netstat nfsstat nm objformat \
+ ranlib sasc size strings strip systat top truss vmstat w
.endif
.if !defined(NOTCL) && exists (${.CURDIR}/../contrib/tcl) && \
OpenPOWER on IntegriCloud