aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-10-04 14:57:38 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-10-04 14:57:38 +0000
commit6d77c2defa77deaae0532cf4f51dd007144f6351 (patch)
tree78f21f2141b3135bce9d48c751e891b73519fc8c /Makefile.inc1
parent59c9cd2bce7551e92eac0d2c73bfe18c13bf3c69 (diff)
downloadsrc-6d77c2defa77deaae0532cf4f51dd007144f6351.tar.gz
src-6d77c2defa77deaae0532cf4f51dd007144f6351.zip
Add libkvm to the includes target.
Notes
Notes: svn path=/head/; revision=51934
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc11
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c2dcc7f8c720..d50de4d43fe1 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -590,6 +590,7 @@ includes:
cd ${.CURDIR}/lib/libncurses; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libedit; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libftpio; ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libkvm; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libmd; ${MAKE} beforeinstall
.if !defined(WANT_CSRG_LIBM)
cd ${.CURDIR}/lib/msun; ${MAKE} beforeinstall