From 2b1ad5791fa7837e5d08ebd7ad6bd4ed4044000d Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 19 Feb 1998 07:05:53 +0000 Subject: [PATCH] Simplify libkvm.old test ... MACHINE_ARCH == "mips" --- lib/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 7e3bc0a60202..befa10a8684e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 1998/02/18 01:13:52 thorpej Exp $ +# $NetBSD: Makefile,v 1.46 1998/02/19 07:05:53 thorpej Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include # 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} == "pica") || \ - (${MACHINE} == "pmax") +.if (${MACHINE_ARCH} == "mips") SUBDIR+= libkvm.old .endif