The i386 port uses libkvm, not libkvm.old now.

This commit is contained in:
thorpej 1998-02-18 01:13:52 +00:00
parent 9a9b611334
commit 4d03bddedb
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.44 1997/10/19 19:07:24 oki Exp $
# $NetBSD: Makefile,v 1.45 1998/02/18 01:13:52 thorpej Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk> # for EXPORTABLE_SYSTEM definition
@ -8,8 +8,7 @@ SUBDIR= csu libarch libc libcompat libcrypt libcurses libedit libkvm \
librpcsvc libskey libterm libutil libwrap liby libz
# XXX Temporary until these ports are able to use libkvm.
.if (${MACHINE} == "i386") || \
(${MACHINE} == "pica") || \
.if (${MACHINE} == "pica") || \
(${MACHINE} == "pmax")
SUBDIR+= libkvm.old
.endif