diff options
author | jkh <jkh@FreeBSD.org> | 1998-10-01 14:49:57 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-10-01 14:49:57 +0000 |
commit | d6f6d292c47946695edace7dd889bee9120a21b1 (patch) | |
tree | 785019d1fe60f5a6b3bb3e3c4cefa3a62c8b1905 /lib/Makefile | |
parent | e560d1324f7e0e0dd484b0043aefdf89feed9fc2 (diff) | |
download | FreeBSD-src-d6f6d292c47946695edace7dd889bee9120a21b1.zip FreeBSD-src-d6f6d292c47946695edace7dd889bee9120a21b1.tar.gz |
Add libdisk back to alpha build.
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 575d669..1f69670 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.79 1998/09/15 11:44:40 phk Exp $ +# $Id: Makefile,v 1.80 1998/09/17 03:55:29 gibbs Exp $ # To satisfy shared library or ELF linkage when only the libraries being # built are visible: @@ -14,7 +14,7 @@ SUBDIR= ${_csu} libcom_err ${_libcrypt} libmytinfo libtermcap \ ${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \ - libcompat libcurses libdevstat ${_libdisk} libedit libf2c libfetch \ + libcompat libcurses libdevstat libdisk libedit libf2c libfetch \ libftpio libgnumalloc libipx libkvm ${_libm} libmd libncurses libopie \ libpcap libresolv librpcsvc libskey libss libstand \ ${_libtelnet} libutil ${_libvgl} libxpg4 liby libz @@ -39,7 +39,6 @@ _libcrypt= libcrypt .if ${MACHINE_ARCH} == "i386" _compat= compat -_libdisk= libdisk _libvgl= libvgl .endif |