add alpha to the list of ports that use new savecore
This commit is contained in:
parent
ec641b91a7
commit
d657ae260c
@ -1,10 +1,11 @@
|
|||||||
# $NetBSD: Makefile,v 1.11 1996/05/12 04:36:29 mhitch Exp $
|
# $NetBSD: Makefile,v 1.12 1996/10/01 14:42:31 cgd Exp $
|
||||||
# @(#)Makefile 8.2 (Berkeley) 4/17/94
|
# @(#)Makefile 8.2 (Berkeley) 4/17/94
|
||||||
|
|
||||||
PROG= savecore
|
PROG= savecore
|
||||||
|
|
||||||
# XXX Temporary, until other ports use new libkvm
|
# XXX Temporary, until other ports use new libkvm
|
||||||
.if (${MACHINE} == "amiga") || \
|
.if (${MACHINE} == "alpha") || \
|
||||||
|
(${MACHINE} == "amiga") || \
|
||||||
(${MACHINE} == "atari") || \
|
(${MACHINE} == "atari") || \
|
||||||
(${MACHINE} == "sun3")
|
(${MACHINE} == "sun3")
|
||||||
SRCS= savecore.c
|
SRCS= savecore.c
|
||||||
|
Loading…
Reference in New Issue
Block a user