aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-08-12 10:12:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-08-12 10:12:56 +0000
commitf9998d9b904e90ad308c31c406cca1477dbaf362 (patch)
tree54a152e50c47376eb57af4462ed0276fb162736b /Makefile
parentf8fc96b55143bb2d621773cf275bb1c1c74ad3b7 (diff)
downloadsrc-f9998d9b904e90ad308c31c406cca1477dbaf362.tar.gz
src-f9998d9b904e90ad308c31c406cca1477dbaf362.zip
Merge from -stable; NOTCL hook in beforeinstall.
Notes
Notes: svn path=/head/; revision=28104
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3bb7ad53ba16..93e463017ca3 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