Add libtermcap to includes target

This commit is contained in:
Andrey A. Chernov 1994-12-04 02:46:28 +00:00
parent 43f9c02773
commit 5426275f52
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4942

View File

@ -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 "--------------------------------------------------------------"