diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-13 22:54:03 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-13 22:54:03 +0000 |
| commit | d788c4fb6565506f1668eac492e001b146d02570 (patch) | |
| tree | 6081dd7e98f0943e4308759ac8ebbe7a47698ada /lib | |
| parent | d57ddeeb63f557f4526dbc8426a092dde7ff1695 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index bac3d1fd0054..cce74531c194 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 |
