summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-08-12 10:12:56 +0000
committerasami <asami@FreeBSD.org>1997-08-12 10:12:56 +0000
commit549abb682a69d50fd754d5aed1479d17dfc63783 (patch)
treebb4862a56274f622f8b44b8c51529ae702df3a6a /Makefile
parentd0850efd52427acd806c17150ff085f63ebd85e8 (diff)
downloadFreeBSD-src-549abb682a69d50fd754d5aed1479d17dfc63783.zip
FreeBSD-src-549abb682a69d50fd754d5aed1479d17dfc63783.tar.gz
Merge from -stable; NOTCL hook in beforeinstall.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3bb7ad5..93e4630 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.132 1997/07/31 08:31:50 asami Exp $
+# $Id: Makefile,v 1.133 1997/08/05 03:49:45 asami Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -468,7 +468,10 @@ includes:
cd ${.CURDIR}/lib/libpcap && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
+.if !defined(NOTCL) && exists (${.CURDIR}/contrib/tcl) && \
+ exists(${.CURDIR}/usr.bin/tclsh) && exists (${.CURDIR}/lib/libtcl)
cd ${.CURDIR}/lib/libtcl && ${MAKE} beforeinstall
+.endif
cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcom_err && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libss && ${MAKE} beforeinstall
OpenPOWER on IntegriCloud