summaryrefslogtreecommitdiff
path: root/sbin/savecore.old/Makefile
blob: 71b014cb6cd159d57769a679feb261e2b74f2b18 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.1 1996/03/21 00:16:39 niklas Exp $
#	$NetBSD: Makefile,v 1.1.1.1 1996/03/16 10:25:12 leo Exp $
#	@(#)Makefile	8.2 (Berkeley) 4/17/94

PROG=	savecore
SRCS=	savecore.c zopen.c
MAN=	savecore.8
.PATH:	${.CURDIR}/../../usr.bin/compress

.include <bsd.prog.mk>