summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1998-02-19 07:06:59 +0000
committerthorpej <thorpej@NetBSD.org>1998-02-19 07:06:59 +0000
commitc548be173c234a7eaabaed175b168276daf0d8da (patch)
treeb0d45011e78f07e787d11758ea56ffa2d1b3bdeb /lib
parent2b1ad5791fa7837e5d08ebd7ad6bd4ed4044000d (diff)
Simplify test ... MACHINE_ARCH == "mips"
Diffstat (limited to 'lib')
-rw-r--r--lib/libkvm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libkvm/Makefile b/lib/libkvm/Makefile
index 4f7af594b77..4c7c698eb11 100644
--- a/lib/libkvm/Makefile
+++ b/lib/libkvm/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 1998/02/18 03:55:11 perry Exp $
+# $NetBSD: Makefile,v 1.25 1998/02/19 07:06:59 thorpej Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
-.if (${MACHINE} != "pica") && \
- (${MACHINE} != "pmax")
+.if (${MACHNIE_ARCH} != "mips")
LIB= kvm
CPPFLAGS+=-DLIBC_SCCS