diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index 5d332216bfef..179b38b9afdb 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -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 PROG= savecore # XXX Temporary, until other ports use new libkvm -.if (${MACHINE} == "amiga") || \ +.if (${MACHINE} == "alpha") || \ + (${MACHINE} == "amiga") || \ (${MACHINE} == "atari") || \ (${MACHINE} == "sun3") SRCS= savecore.c