diff options
author | ryker <ryker@cvs.openbsd.org> | 1998-09-26 21:39:43 +0000 |
---|---|---|
committer | ryker <ryker@cvs.openbsd.org> | 1998-09-26 21:39:43 +0000 |
commit | 59f150ea4c132d743d9980584ab92627e2292de6 (patch) | |
tree | 653d62fffc29331d2225b1db616bbef747a9b084 /sbin/savecore | |
parent | 037000501dcb5aa62af79da225ae015b1648cdd2 (diff) |
mac68k uses libkvm.old
Diffstat (limited to 'sbin/savecore')
-rw-r--r-- | sbin/savecore/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index 7cfced77ff2..2767371dbb9 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 1998/09/24 06:24:20 millert Exp $ +# $OpenBSD: Makefile,v 1.14 1998/09/26 21:39:42 ryker Exp $ PROG= savecore -# XXX Temporarely until i386 and pmax are able to use libkvm -.if (${MACHINE} == "i386" || ${MACHINE} == "pmax") +# XXX Temporarily until i386, pmax and mac68k are able to use libkvm +.if (${MACHINE} == "i386" || ${MACHINE} == "pmax" || ${MACHINE} == "mac68k") SRCS= savecore_old.c .else SRCS= savecore.c |