From ca4b05419a6136ad127441809357f724776e3303 Mon Sep 17 00:00:00 2001 From: jb Date: Sun, 31 May 1998 10:48:06 +0000 Subject: objformat is part of the i386 mid life identity crisis. On alpha, things are in their normal places, so objformat isn't required. --- usr.bin/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'usr.bin') 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) && \ -- cgit v1.1