aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBoris Popov <bp@FreeBSD.org>1999-10-14 06:40:46 +0000
committerBoris Popov <bp@FreeBSD.org>1999-10-14 06:40:46 +0000
commitf24bb3a4b3fc3c4f87a2378a1285af0e81fb93de (patch)
tree8333cc3b8e48017c7990da2ceccb1fc306f208fd /Makefile.inc1
parent1aa3e7ddd0c0c9583cce288893fcdf124c57b4c9 (diff)
downloadsrc-f24bb3a4b3fc3c4f87a2378a1285af0e81fb93de.tar.gz
src-f24bb3a4b3fc3c4f87a2378a1285af0e81fb93de.zip
Make libncp actually compiled.
Reviewed by: mdodd
Notes
Notes: svn path=/head/; revision=52228
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 d50de4d43fe1..06c561d57a16 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -587,6 +587,7 @@ includes:
cd ${.CURDIR}/lib/libcalendar; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcam; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libdisk; ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libncp; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libncurses; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libedit; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libftpio; ${MAKE} beforeinstall