NetBSD/x68k now use libkvm instead of libkvm.old

This commit is contained in:
oki 1997-10-19 19:07:24 +00:00
parent 09b9eff341
commit f7536c0926
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.43 1997/10/16 20:28:49 augustss Exp $
# $NetBSD: Makefile,v 1.44 1997/10/19 19:07:24 oki Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk> # for EXPORTABLE_SYSTEM definition
@ -10,8 +10,7 @@ SUBDIR= csu libarch libc libcompat libcrypt libcurses libedit libkvm \
# XXX Temporary until these ports are able to use libkvm.
.if (${MACHINE} == "i386") || \
(${MACHINE} == "pica") || \
(${MACHINE} == "pmax") || \
(${MACHINE} == "x68k")
(${MACHINE} == "pmax")
SUBDIR+= libkvm.old
.endif