aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc12
-rw-r--r--usr.sbin/sade/Makefile2
-rw-r--r--usr.sbin/sysinstall/Makefile2
3 files changed, 5 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
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile
index 45fb2a45d92f..13196bfc2526 100644
--- a/usr.sbin/sade/Makefile
+++ b/usr.sbin/sade/Makefile
@@ -69,6 +69,8 @@ makedevs.c: Makefile rtermcap
.endif
mv makedevs.tmp makedevs.c
+build-tools: rtermcap
+
rtermcap: rtermcap.c
${CC} -o ${.TARGET} ${.ALLSRC} -ltermcap
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index 45fb2a45d92f..13196bfc2526 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -69,6 +69,8 @@ makedevs.c: Makefile rtermcap
.endif
mv makedevs.tmp makedevs.c
+build-tools: rtermcap
+
rtermcap: rtermcap.c
${CC} -o ${.TARGET} ${.ALLSRC} -ltermcap