diff options
author | gibbs <gibbs@FreeBSD.org> | 1998-09-17 03:56:23 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1998-09-17 03:56:23 +0000 |
commit | 2f89383ae4a2fd20d1546898cec5e100e7f9d9e6 (patch) | |
tree | dcf0de08916fbb34e41b6b4ba2fcc089601f3f32 /lib/Makefile | |
parent | 81c6c44768be4e2422bfdfb1caa1f1ac3356dfdc (diff) | |
download | FreeBSD-src-2f89383ae4a2fd20d1546898cec5e100e7f9d9e6.zip FreeBSD-src-2f89383ae4a2fd20d1546898cec5e100e7f9d9e6.tar.gz |
libscsi is obsoleted by CAM.
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index b27d7ac..575d669 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.78 1998/09/15 10:22:54 gibbs Exp $ +# $Id: Makefile,v 1.79 1998/09/15 11:44:40 phk Exp $ # To satisfy shared library or ELF linkage when only the libraries being # built are visible: @@ -16,7 +16,7 @@ SUBDIR= ${_csu} libcom_err ${_libcrypt} libmytinfo libtermcap \ ${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \ libcompat libcurses libdevstat ${_libdisk} libedit libf2c libfetch \ libftpio libgnumalloc libipx libkvm ${_libm} libmd libncurses libopie \ - libpcap libresolv librpcsvc ${_libscsi} libskey libss libstand \ + libpcap libresolv librpcsvc libskey libss libstand \ ${_libtelnet} libutil ${_libvgl} libxpg4 liby libz .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT}) @@ -40,7 +40,6 @@ _libcrypt= libcrypt .if ${MACHINE_ARCH} == "i386" _compat= compat _libdisk= libdisk -_libscsi= libscsi _libvgl= libvgl .endif |