diff options
| author | thorpej <thorpej@NetBSD.org> | 1998-02-19 07:06:59 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1998-02-19 07:06:59 +0000 |
| commit | c548be173c234a7eaabaed175b168276daf0d8da (patch) | |
| tree | b0d45011e78f07e787d11758ea56ffa2d1b3bdeb /lib/libkvm | |
| parent | 2b1ad5791fa7837e5d08ebd7ad6bd4ed4044000d (diff) | |
Simplify test ... MACHINE_ARCH == "mips"
Diffstat (limited to 'lib/libkvm')
| -rw-r--r-- | lib/libkvm/Makefile | 5 |
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 |
