diff options
author | grr <grr@cvs.openbsd.org> | 1997-06-28 16:35:21 +0000 |
---|---|---|
committer | grr <grr@cvs.openbsd.org> | 1997-06-28 16:35:21 +0000 |
commit | 71a22db1b62f471fecf77d49d42b30b9b9fe7b63 (patch) | |
tree | 6c63bb9919f8b1c5429f515a8eb12455d4556d1e /sbin/savecore/Makefile | |
parent | b15d8a009125879466d3bab2bb0f627f7814501e (diff) |
hmmm, must have forgot to commit this with the other sparc libkvm/dump stuff
Diffstat (limited to 'sbin/savecore/Makefile')
-rw-r--r-- | sbin/savecore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index cde20c38b0c..bb25684a855 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1996/06/23 14:32:38 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 1997/06/28 16:35:20 grr Exp $ # $NetBSD: Makefile,v 1.11 1996/05/12 04:36:29 mhitch Exp $ PROG= savecore @@ -6,6 +6,7 @@ PROG= savecore # XXX Temporary, until other ports use new libkvm .if (${MACHINE} == "amiga") || \ (${MACHINE} == "atari") || \ + (${MACHINE} == "sparc") || \ (${MACHINE} == "sun3") SRCS= savecore.c LDADD= -lkvm |