From 1e557ad96e6031bb238a643620a1088cd93ddf20 Mon Sep 17 00:00:00 2001 From: jb Date: Wed, 13 May 1998 22:54:03 +0000 Subject: libtcl now builds (with lots of pointer to int cast warnings) on alpha. --- lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Makefile') 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 -- cgit v1.1