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.
This commit is contained in:
peter 1998-06-12 16:18:27 +00:00
parent d24603db7b
commit bd88b2c525

View File

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