summaryrefslogtreecommitdiff
path: root/sbin/savecore/Makefile
blob: cb302a8f81960e889333b391f0d65d70253b6b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.23 1998/02/19 23:43:37 thorpej Exp $
#	@(#)Makefile	8.2 (Berkeley) 4/17/94

PROG=	savecore
SRCS=	savecore.c zopen.c

MAN=	savecore.8

LDADD=	-lkvm
DPADD=	${LIBKVM}
.PATH:	${.CURDIR}/../../usr.bin/compress

.include <bsd.prog.mk>