From b8dc758139215c39d24f7c12cd0c83718e1ce651 Mon Sep 17 00:00:00 2001 From: mickey Date: Sat, 15 Apr 2000 20:35:57 +0000 Subject: [PATCH] i gust forgot about this file...; noted by gluk@ptci.ru --- sbin/savecore/Makefile | 6 +++--- 1 file 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 -- 2.20.1