Sun3x and PowerPC both use new libkvm.

This commit is contained in:
thorpej 1997-03-30 23:42:24 +00:00
parent ff88177058
commit 2aca76bf3b
1 changed files with 9 additions and 7 deletions

View File

@ -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}