diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-17 01:16:16 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-17 01:16:16 +0000 |
commit | 6e8b61756170e9d220f041935aebab6f33d8808c (patch) | |
tree | 3d99a9e8ad15ecf072873e0b364ea3bda6f497ba /sbin/savecore | |
parent | 0c0be4703937970d9f7c5e61ea33e7480ce59e6c (diff) |
pmax needs libkvm.old too
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 74b8af71495..e86f7659ce9 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 1998/09/16 16:16:37 millert Exp $ +# $OpenBSD: Makefile,v 1.12 1998/09/17 01:16:14 millert Exp $ PROG= savecore -# XXX Temporary, until i386 uses new libkvm -.if (${MACHINE} == "i386") +# XXX Temporarely until i386 and pmax are able to use libkvm +.if (${MACHINE} == "i386" || ${MACHINE} == "pmax") SRCS= savecore_old.c .else SRCS= savecore.c |