From: mickey Date: Sat, 15 Apr 2000 20:35:57 +0000 (+0000) Subject: i gust forgot about this file...; noted by gluk@ptci.ru X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b8dc758139215c39d24f7c12cd0c83718e1ce651;p=openbsd i gust forgot about this file...; noted by gluk@ptci.ru --- 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