summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-10-04 14:57:38 +0000
committerpeter <peter@FreeBSD.org>1999-10-04 14:57:38 +0000
commit272affc40708e732908acc1b40e078b8d8dcd609 (patch)
tree746d062eefb82e1c0bf407fe2cc5244269bcd3b9
parentaa72d76380f74d3c6e77ad83409f48b17a1b8186 (diff)
downloadFreeBSD-src-272affc40708e732908acc1b40e078b8d8dcd609.zip
FreeBSD-src-272affc40708e732908acc1b40e078b8d8dcd609.tar.gz
Add libkvm to the includes target.
-rw-r--r--Makefile.inc11
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c2dcc7f..d50de4d 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
OpenPOWER on IntegriCloud