objformat is part of the i386 mid life identity crisis. On alpha, things

are in their normal places, so objformat isn't required.
This commit is contained in:
John Birrell 1998-05-31 10:48:06 +00:00
parent 5885d95ab1
commit 218a1b63d6

View File

@ -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) && \