artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
266a211
)
i gust forgot about this file...; noted by gluk@ptci.ru
author
mickey
<mickey@openbsd.org>
Sat, 15 Apr 2000 20:35:57 +0000
(20:35 +0000)
committer
mickey
<mickey@openbsd.org>
Sat, 15 Apr 2000 20:35:57 +0000
(20:35 +0000)
sbin/savecore/Makefile
patch
|
blob
|
history
diff --git
a/sbin/savecore/Makefile
b/sbin/savecore/Makefile
index
5b294f2
..
7083d37
100644
(file)
--- a/
sbin/savecore/Makefile
+++ b/
sbin/savecore/Makefile
@@
-1,9
+1,9
@@
-# $OpenBSD: Makefile,v 1.1
5 1999/04/23 05:21:56 downsj
Exp $
+# $OpenBSD: Makefile,v 1.1
6 2000/04/15 20:35:57 mickey
Exp $
PROG= savecore
-# XXX Temporarily until
i386 and pmax are
able to use libkvm
-.if (${MACHINE} == "
i386" || ${MACHINE} == "
pmax")
+# XXX Temporarily until
pmax is
able to use libkvm
+.if (${MACHINE} == "pmax")
SRCS= savecore_old.c
.else
SRCS= savecore.c