Revert previous commit; write idea, wrong way.

This commit is contained in:
Jordan K. Hubbard 1998-11-28 13:14:58 +00:00
parent c276ec5a07
commit 23284b1756
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41384

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc1,v 1.44 1998/11/20 02:03:52 jdp Exp $
# $Id: Makefile.inc1,v 1.45 1998/11/28 08:19:24 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@ -761,6 +761,9 @@ _linux= lkm/linux
.if ${MACHINE_ARCH} == i386
_kldlinux= sys/modules/linux
.endif
.if ${OBJFORMAT} == "aout"
_netboot= sys/${MACHINE}/boot/netboot
.endif
BTMAKEFLAGS= ${MK_FLAGS} -D_BUILD_TOOLS
@ -857,7 +860,8 @@ build-tools:
lib/libmytinfo \
${_linux} \
${_kldlinux} \
${_scrnmaps}
${_scrnmaps} \
${_netboot}
cd ${.CURDIR}/$d; ${MAKE} ${BTMAKEFLAGS} build-tools
.endfor
cd ${.CURDIR}/usr.bin/tn3270/tools; ${MAKE} ${BTMAKEFLAGS} all