aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-01-19 09:24:00 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-01-19 09:24:00 +0000
commit26379603c0e96301de52a3f1612a688fbbddecff (patch)
tree4583b71747c1bd7d9b38d03b90a01968d807bbaa /Makefile.inc1
parent47c6b7262114a1cdb25a2779cd365d862c814169 (diff)
downloadsrc-26379603c0e96301de52a3f1612a688fbbddecff.tar.gz
src-26379603c0e96301de52a3f1612a688fbbddecff.zip
Create a build-tools target for sysinstall and rtermcap. This is still
not right because rtermcap would be reading the *host* termcap, not from the termcap in the src tree. Besides, /usr/sbin/sysinstall (not the crunched one in /stand) should use the runtime termcap not the precompiled set.
Notes
Notes: svn path=/head/; revision=71238
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 6b5565fb0d6b..96cefb4fda68 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -560,7 +560,7 @@ _libkrb5= kerberos5/lib/libroken kerberos5/lib/libasn1 kerberos5/lib/libhdb \
build-tools:
.for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \
- ${_libroken4} ${_libkrb5} lib/libncurses ${_share}
+ ${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.sbin/sysinstall
cd ${.CURDIR}/${_tool}; ${MAKE} build-tools
.endfor