Add amiga to the list of ports using the new savecore.
This commit is contained in:
parent
ae4dbfceb0
commit
aa441df377
|
@ -1,10 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.10 1996/05/08 17:00:10 gwr Exp $
|
||||
# $NetBSD: Makefile,v 1.11 1996/05/12 04:36:29 mhitch Exp $
|
||||
# @(#)Makefile 8.2 (Berkeley) 4/17/94
|
||||
|
||||
PROG= savecore
|
||||
|
||||
# XXX Temporary, until other ports use new libkvm
|
||||
.if (${MACHINE} == "atari") || \
|
||||
.if (${MACHINE} == "amiga") || \
|
||||
(${MACHINE} == "atari") || \
|
||||
(${MACHINE} == "sun3")
|
||||
SRCS= savecore.c
|
||||
LDADD= -lkvm
|
||||
|
|
Loading…
Reference in New Issue