Build libkvm on alpha too.

This commit is contained in:
John Birrell 1998-08-15 12:36:42 +00:00
parent 00bc12659e
commit 18381dac5f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38331

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $Id: Makefile,v 1.68 1998/05/13 22:54:03 jb Exp $
# $Id: Makefile,v 1.69 1998/05/27 18:42:36 peter Exp $
# To satisfy shared library or ELF linkage when only the libraries being
# built are visible:
@ -15,7 +15,7 @@
SUBDIR= libcom_err ${_libcrypt} ${_libm} libmytinfo libtermcap \
compat ${_csu} libalias libbind libc ${_libc_r} libcalendar \
libcompat libcurses ${_libdisk} libedit libf2c libftpio \
libgnumalloc libipx ${_libkvm} libmd libncurses libopie \
libgnumalloc libipx libkvm libmd libncurses libopie \
libpcap libresolv librpcsvc ${_libscsi} libskey libss \
${_libtcl} ${_libtelnet} libutil ${_libvgl} libxpg4 liby libz
@ -39,7 +39,6 @@ _libcrypt= libcrypt
.if ${MACHINE_ARCH} == "i386"
_libdisk= libdisk
_libkvm= libkvm
_libscsi= libscsi
_libvgl= libvgl
.endif