summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-04-06 21:33:49 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-04-06 21:33:49 +0000
commitcfc236e8087d9391e9d8d92a4d15453f94e39909 (patch)
tree945925a8d86ab57e5dd55644df336f9806f3e3f3 /Makefile.inc1
parentca13bfade5f8c2bdc28131480b3fa4c6d54c8fc6 (diff)
downloadsrc-test2-cfc236e8087d9391e9d8d92a4d15453f94e39909.tar.gz
src-test2-cfc236e8087d9391e9d8d92a4d15453f94e39909.zip
Moved libbuild target to where it belongs. Added a comment.
Notes
Notes: svn path=/head/; revision=113182
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc113
1 files changed, 8 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index df3af7ac1324..8a3da19ca2e3 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -617,12 +617,8 @@ installmost:
#
#
-# bootstrap-tools: Build tools needed for compatibility
+# libbuild: Build compatibility shims for the next three targets
#
-.if exists(${.CURDIR}/games) && !defined(NOGAMES)
-_strfile= games/fortune/strfile
-.endif
-
libbuild:
.for _tool in tools/build
@${ECHODIR} "===> ${_tool}"; \
@@ -633,6 +629,13 @@ libbuild:
${MAKE} DIRPRFX=${_tool}/ DESTDIR=${MAKEOBJDIRPREFIX}/build install
.endfor
+#
+# bootstrap-tools: Build tools needed for compatibility
+#
+.if exists(${.CURDIR}/games) && !defined(NOGAMES)
+_strfile= games/fortune/strfile
+.endif
+
bootstrap-tools:
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \
usr.bin/makewhatis usr.bin/rpcgen usr.bin/uudecode \