1996-03-30 09:48:58 +03:00
|
|
|
# $NetBSD: Makefile,v 1.9 1996/03/30 06:49:21 cgd Exp $
|
1995-03-18 17:54:19 +03:00
|
|
|
# @(#)Makefile 8.2 (Berkeley) 4/17/94
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= savecore
|
1996-03-30 09:48:58 +03:00
|
|
|
.if (${MACHINE} == "atari") # XXX until other ports use new libkvm
|
|
|
|
SRCS= savecore.c
|
|
|
|
.else
|
|
|
|
SRCS= savecore_old.c
|
|
|
|
.endif
|
|
|
|
SRCS+= zopen.c
|
1994-12-22 13:44:04 +03:00
|
|
|
MAN= savecore.8
|
1994-06-10 17:36:45 +04:00
|
|
|
.PATH: ${.CURDIR}/../../usr.bin/compress
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|