summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-08 15:08:14 +0000
committerache <ache@FreeBSD.org>1994-10-08 15:08:14 +0000
commit1ae4caa5f24eebb36d49cb28af29fab7958d075e (patch)
tree7c5c328de84c834164e10f4cf180ce47cef54a78 /Makefile
parent620770cf48e68124312b21d858931118d3911ee2 (diff)
downloadFreeBSD-src-1ae4caa5f24eebb36d49cb28af29fab7958d075e.zip
FreeBSD-src-1ae4caa5f24eebb36d49cb28af29fab7958d075e.tar.gz
libmytinfo, libncurses added to 'make beforeinstall' sequence
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd8ead2..9c489c2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.23 1994/09/29 21:20:12 pst Exp $
+# $Id: Makefile,v 1.24 1994/09/30 16:08:47 paul Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -182,6 +182,8 @@ includes:
cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libmd && ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libmytinfo && ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libncurses && ${MAKE} beforeinstall
.if defined(WANT_MSUN)
cd ${.CURDIR}/lib/msun && ${MAKE} beforeinstall
.endif
OpenPOWER on IntegriCloud