From 15d17e07c2f09317a13751ae99144bb212981c25 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 28 Jun 1996 05:36:00 +0000 Subject: Add beforeinstall decent into libtcl --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 367a09b7..4ca8b4f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.86 1996/06/26 22:47:52 nate Exp $ +# $Id: Makefile,v 1.87 1996/06/27 06:00:52 peter Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -248,6 +248,7 @@ includes: cd ${.CURDIR}/lib/libpcap && ${MAKE} beforeinstall cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall + cd ${.CURDIR}/lib/libtcl && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libcom_err && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libss && ${MAKE} beforeinstall -- cgit v1.1