From bd88b2c525ccb85c6c79f9f2037a73861f161006 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 12 Jun 1998 16:18:27 +0000 Subject: The doscmd build process and doscmd.kernel loader is very a.out specific and doesn't fly too well on in an elf enviroment yet. --- usr.bin/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 975a804..c6e530f 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.101 1998/05/31 10:48:06 jb Exp $ +# $Id: Makefile,v 1.102 1998/06/01 14:30:58 peter Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct xsend @@ -35,9 +35,12 @@ 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 \ +SUBDIR+=ar brandelf dig dnsquery fstat gcore gprof gprof4 host ipcrm \ ipcs kdump ktrace ldd lorder modstat mt netstat nfsstat nm objformat \ ranlib sasc size strings strip systat top truss vmstat w +.if ${BINFORMAT} == aout +SUBDIR+=doscmd +.endif .endif .if !defined(NOTCL) && exists (${.CURDIR}/../contrib/tcl) && \ -- cgit v1.1