summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-04-15 20:35:58 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-04-15 20:35:58 +0000
commitd3b24785d0c6ac47f5baeffebf373673f7e113ff (patch)
treeb23f69ae5237ae31f8f31b71be73736cc6dbdad9
parente10ec859602a89f0b0b0cdd20e39e2057c84f54d (diff)
i gust forgot about this file...; noted by gluk@ptci.ru
-rw-r--r--sbin/savecore/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile
index 5b294f2c913..7083d37bab3 100644
--- a/sbin/savecore/Makefile
+++ b/sbin/savecore/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.15 1999/04/23 05:21:56 downsj Exp $
+# $OpenBSD: Makefile,v 1.16 2000/04/15 20:35:57 mickey Exp $
PROG= savecore
-# XXX Temporarily until i386 and pmax are able to use libkvm
-.if (${MACHINE} == "i386" || ${MACHINE} == "pmax")
+# XXX Temporarily until pmax is able to use libkvm
+.if (${MACHINE} == "pmax")
SRCS= savecore_old.c
.else
SRCS= savecore.c