diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1999-04-23 05:21:57 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1999-04-23 05:21:57 +0000 |
commit | 56141bc344af821cf8268c1820099d49e4adfaea (patch) | |
tree | ae56eae7a5cc60b7f2d2f1aa51666397ef9bdb9e /sbin/savecore/Makefile | |
parent | cb53c66e512237b1f9ce0ff5597200a99866198c (diff) |
mac68k uses libkvm now
Diffstat (limited to 'sbin/savecore/Makefile')
-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 2767371dbb9..5b294f2c913 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 1998/09/26 21:39:42 ryker Exp $ +# $OpenBSD: Makefile,v 1.15 1999/04/23 05:21:56 downsj Exp $ PROG= savecore -# XXX Temporarily until i386, pmax and mac68k are able to use libkvm -.if (${MACHINE} == "i386" || ${MACHINE} == "pmax" || ${MACHINE} == "mac68k") +# XXX Temporarily until i386 and pmax are able to use libkvm +.if (${MACHINE} == "i386" || ${MACHINE} == "pmax") SRCS= savecore_old.c .else SRCS= savecore.c |