aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1996-06-28 05:36:00 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1996-06-28 05:36:00 +0000
commit5e72817c935e29d669e3c4571b21b3452e0b2ec6 (patch)
tree6c814d087891ec0641d1dbb039eea880d8da7eb4
parent3510f44474d777d8fe029522a0017e0315c10c70 (diff)
Notes
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 367a09b775e8..4ca8b4f7b481 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