aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-13 03:34:23 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-13 03:34:23 +0000
commitb6333dea9dec7cdbd0b81a6235ee9187e8793a74 (patch)
tree3a335ade8c217bbab7bfa2ed626e094bbad47b42 /Makefile
parentc25cfd0b0dfc4670fa3c676ea64f5ca46fd402c4 (diff)
downloadsrc-b6333dea9dec7cdbd0b81a6235ee9187e8793a74.tar.gz
src-b6333dea9dec7cdbd0b81a6235ee9187e8793a74.zip
Submitted by: jkh
Build lib/libncurses and lib/libtermcap early in the libraries: target as other libraries depend on them.
Notes
Notes: svn path=/head/; revision=8489
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e2a823c0fee..e53bdc89333e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.54 1995/05/05 18:00:30 rgrimes Exp $
+# $Id: Makefile,v 1.55 1995/05/06 03:59:58 rgrimes Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -262,6 +262,14 @@ libraries:
cd ${.CURDIR}/lib/libcompat && \
${MAKE} depend all install
.endif
+.if exists(lib/libncurses)
+ cd ${.CURDIR}/lib/libncurses && \
+ ${MAKE} depend all install
+.endif
+.if exists(lib/libtermcap)
+ cd ${.CURDIR}/lib/libtermcap && \
+ ${MAKE} depend all install
+.endif
.if exists(gnu)
cd ${.CURDIR}/gnu/lib && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}