summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-13 22:54:03 +0000
committerjb <jb@FreeBSD.org>1998-05-13 22:54:03 +0000
commit1e557ad96e6031bb238a643620a1088cd93ddf20 (patch)
treeaed56a734e960721b0b3fe2ab036fb43ce7ce634 /lib/Makefile
parenta6f64e749cf4e7a926b4f7135ae21a1e544a2e7d (diff)
downloadFreeBSD-src-1e557ad96e6031bb238a643620a1088cd93ddf20.zip
FreeBSD-src-1e557ad96e6031bb238a643620a1088cd93ddf20.tar.gz
libtcl now builds (with lots of pointer to int cast warnings) on alpha.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index bac3d1f..cce7453 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.66 1998/03/21 08:18:57 markm Exp $
+# $Id: Makefile,v 1.67 1998/05/03 05:06:13 peter Exp $
# To satisfy shared library or ELF linkage when only the libraries being
# built are visible:
@@ -41,12 +41,12 @@ _libdisk= libdisk
_libkvm= libkvm
_libscsi= libscsi
_libvgl= libvgl
+.endif
.if !defined(NOTCL) && exists (${.CURDIR}/../contrib/tcl) && \
exists(${.CURDIR}/../usr.bin/tclsh) && exists (${.CURDIR}/libtcl)
_libtcl= libtcl
.endif
-.endif
.if defined(WANT_CSRG_LIBM)
_libm= libm
OpenPOWER on IntegriCloud