summaryrefslogtreecommitdiffstats
path: root/sbin/savecore/Makefile
blob: e0d1d088db55d1f9c2a1c043608f09cd958eb7f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.2 (Berkeley) 4/17/94
# $FreeBSD$

PROG=	savecore
SRCS=	savecore.c
MAN=	savecore.8

DPADD+=	${LIBZ}
LDADD+=	-lz

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud