From 2aca76bf3b42f61f1b178a79ec4d4558ce00ae32 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sun, 30 Mar 1997 23:42:24 +0000 Subject: [PATCH] Sun3x and PowerPC both use new libkvm. --- sbin/savecore/Makefile | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index 6fcce3e6e483..b37f5657184c 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,15 +1,17 @@ -# $NetBSD: Makefile,v 1.14 1997/02/08 09:38:06 matthias Exp $ +# $NetBSD: Makefile,v 1.15 1997/03/30 23:42:24 thorpej Exp $ # @(#)Makefile 8.2 (Berkeley) 4/17/94 PROG= savecore # XXX Temporary, until other ports use new libkvm -.if (${MACHINE} == "alpha") || \ - (${MACHINE} == "amiga") || \ - (${MACHINE} == "atari") || \ - (${MACHINE} == "pc532") || \ - (${MACHINE} == "sparc") || \ - (${MACHINE} == "sun3") +.if (${MACHINE} == "alpha") || \ + (${MACHINE} == "amiga") || \ + (${MACHINE} == "atari") || \ + (${MACHINE} == "pc532") || \ + (${MACHINE} == "powerpc") || \ + (${MACHINE} == "sparc") || \ + (${MACHINE} == "sun3") || \ + (${MACHINE} == "sun3x") SRCS= savecore.c LDADD= -lkvm DPADD= ${LIBKVM}