summaryrefslogtreecommitdiff
path: root/sbin/savecore/Makefile
blob: fbbdf973309104f225605737762916e38ec93835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.26 2016/12/23 10:19:57 mrg Exp $
#	@(#)Makefile	8.2 (Berkeley) 4/17/94

PROG=	savecore
SRCS=	savecore.c zopen.c

MAN=	savecore.8

LDADD=	-lkvm -lutil -lz
DPADD=	${LIBKVM} ${LIBUTIL} ${LIBZ}

.include "../../compat/exec.mk"

.include <bsd.prog.mk>