summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-12-04 02:46:28 +0000
committerache <ache@FreeBSD.org>1994-12-04 02:46:28 +0000
commit2b32d14b8194ecca24a37654a4a33a70784f2146 (patch)
tree16d25e46d6ec5a5398cc6f90910afcae55035d39 /Makefile
parent2c1b951d310d1db271a8c35f9fcc5a31285bd41c (diff)
downloadFreeBSD-src-2b32d14b8194ecca24a37654a4a33a70784f2146.zip
FreeBSD-src-2b32d14b8194ecca24a37654a4a33a70784f2146.tar.gz
Add libtermcap to includes target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a5082d..fee9981 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.29 1994/11/08 00:55:08 ache Exp $
+# $Id: Makefile,v 1.30 1994/11/14 20:52:54 phk Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -233,6 +233,7 @@ includes:
.endif
cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall
libraries:
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud