aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-11-05 04:38:28 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-11-05 04:38:28 +0000
commitfafe9c62f26542f0cb420bc4cf1fc8ad0463f2eb (patch)
treecbac17aba445125c33a0b58f1db2d60387684c4a /Makefile.inc1
parent6a1a9040f4fc9eb3d0431b1860a9cdc6242a6818 (diff)
downloadsrc-fafe9c62f26542f0cb420bc4cf1fc8ad0463f2eb.tar.gz
src-fafe9c62f26542f0cb420bc4cf1fc8ad0463f2eb.zip
sys/modules/linux has a build-tools target
Notes
Notes: svn path=/head/; revision=40922
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index bb94d9e78d84..ca0608ec4b7b 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.36 1998/10/17 11:56:20 bde Exp $
+# $Id: Makefile.inc1,v 1.37 1998/11/04 12:43:46 peter Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -750,6 +750,9 @@ _scrnmaps= share/syscons/scrnmaps
.if !defined(NOLKM) && exists(${.CURDIR}/lkm) && ${OBJFORMAT} == "aout"
_linux= lkm/linux
.endif
+.if ${MACHINE_ARCH} == i386
+_kldlinux= sys/modules/linux
+,endif
.if ${OBJFORMAT} == "aout"
_netboot= sys/${MACHINE}/boot/netboot
.endif
@@ -848,6 +851,7 @@ build-tools:
gnu/usr.bin/cc/cc_tools \
lib/libmytinfo \
${_linux} \
+ ${_kldlinux} \
${_scrnmaps} \
${_netboot}
cd ${.CURDIR}/$d; ${MAKE} ${BTMAKEFLAGS} build-tools