hp300 uses new savecore now
This commit is contained in:
parent
71a5dfb171
commit
e8183ec164
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.15 1997/03/30 23:42:24 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.16 1997/04/09 22:10:23 thorpej Exp $
|
||||
# @(#)Makefile 8.2 (Berkeley) 4/17/94
|
||||
|
||||
PROG= savecore
|
||||
|
@ -7,6 +7,7 @@ PROG= savecore
|
|||
.if (${MACHINE} == "alpha") || \
|
||||
(${MACHINE} == "amiga") || \
|
||||
(${MACHINE} == "atari") || \
|
||||
(${MACHINE} == "hp300") || \
|
||||
(${MACHINE} == "pc532") || \
|
||||
(${MACHINE} == "powerpc") || \
|
||||
(${MACHINE} == "sparc") || \
|
||||
|
|
Loading…
Reference in New Issue