summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-06-28 05:36:00 +0000
committerphk <phk@FreeBSD.org>1996-06-28 05:36:00 +0000
commit15d17e07c2f09317a13751ae99144bb212981c25 (patch)
tree6c814d087891ec0641d1dbb039eea880d8da7eb4 /Makefile
parent7233f293d173d591676912b389759e42b0f54ef3 (diff)
downloadFreeBSD-src-15d17e07c2f09317a13751ae99144bb212981c25.zip
FreeBSD-src-15d17e07c2f09317a13751ae99144bb212981c25.tar.gz
Add beforeinstall decent into libtcl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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
OpenPOWER on IntegriCloud