diff options
author | 1998-08-30 22:29:56 +0000 | |
---|---|---|
committer | 1998-08-30 22:29:56 +0000 | |
commit | 55b1fa292940f41fa1d945fd45b3572300709ff7 (patch) | |
tree | 81171b0caf8f0efef84e8120bb137cd2c5a6227d | |
parent | v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove references... (diff) | |
download | wireguard-openbsd-55b1fa292940f41fa1d945fd45b3572300709ff7.tar.xz wireguard-openbsd-55b1fa292940f41fa1d945fd45b3572300709ff7.zip |
alpha, powerpc, mvme88k use savecore.c, not savecore_old.c; janjaap@alf.stack.nl
-rw-r--r-- | sbin/savecore/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index 26ea02e06a9..80af462b0e6 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,10 +1,13 @@ -# $OpenBSD: Makefile,v 1.7 1998/04/25 08:31:12 downsj Exp $ +# $OpenBSD: Makefile,v 1.8 1998/08/30 22:29:56 millert Exp $ PROG= savecore # XXX Temporary, until other ports use new libkvm -.if (${MACHINE} == "amiga") || \ +.if (${MACHINE} == "alpha") || \ + (${MACHINE} == "amiga") || \ (${MACHINE} == "atari") || \ + (${MACHINE} == "powerpc") || \ + (${MACHINE} == "mvme88k") || \ (${MACHINE} == "sparc") || \ (${MACHINE} == "sun3") || \ (${MACHINE} == "hp300") |