summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-01-19 09:24:00 +0000
committerpeter <peter@FreeBSD.org>2001-01-19 09:24:00 +0000
commit9dbfa12c645340fe9d4ebd39ed76fd32651bbb1a (patch)
treeea6fc76bee60f17926f5e72b457c7fb53d026255 /usr.sbin/sade
parent5a03eacf6bba9f45caf0133e29d000daba369625 (diff)
downloadFreeBSD-src-9dbfa12c645340fe9d4ebd39ed76fd32651bbb1a.zip
FreeBSD-src-9dbfa12c645340fe9d4ebd39ed76fd32651bbb1a.tar.gz
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.
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile
index 45fb2a4..13196bf 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
OpenPOWER on IntegriCloud