From 6d77c2defa77deaae0532cf4f51dd007144f6351 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 4 Oct 1999 14:57:38 +0000 Subject: [PATCH] Add libkvm to the includes target. --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) 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