summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-11-28 08:19:24 +0000
committerjkh <jkh@FreeBSD.org>1998-11-28 08:19:24 +0000
commit1f8fec25e86e825ab6546dda60a2c2a371942492 (patch)
tree0596005aa19ae03c0527d0c4c906b82446914211 /Makefile.inc1
parent9d28e1f2b26eadf188cdf71a161814cf55b98300 (diff)
downloadFreeBSD-src-1f8fec25e86e825ab6546dda60a2c2a371942492.zip
FreeBSD-src-1f8fec25e86e825ab6546dda60a2c2a371942492.tar.gz
Remove netboot from build order; it's not ready for the limelight
and probably doesn't belong there anyway.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc18
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 6ca8777..daf8155 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.43 1998/11/18 01:59:39 jdp Exp $
+# $Id: Makefile.inc1,v 1.44 1998/11/20 02:03:52 jdp Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -761,9 +761,6 @@ _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
@@ -860,8 +857,7 @@ build-tools:
lib/libmytinfo \
${_linux} \
${_kldlinux} \
- ${_scrnmaps} \
- ${_netboot}
+ ${_scrnmaps}
cd ${.CURDIR}/$d; ${MAKE} ${BTMAKEFLAGS} build-tools
.endfor
cd ${.CURDIR}/usr.bin/tn3270/tools; ${MAKE} ${BTMAKEFLAGS} all
OpenPOWER on IntegriCloud