From 2b32d14b8194ecca24a37654a4a33a70784f2146 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 4 Dec 1994 02:46:28 +0000 Subject: [PATCH] Add libtermcap to includes target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a5082dc640..fee9981bf99 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 "--------------------------------------------------------------" -- 2.45.0