1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sbin/savecore/Makefile

10 lines
104 B
Makefile
Raw Normal View History

# $FreeBSD$
2002-05-13 12:07:57 +00:00
2002-04-01 08:27:19 +00:00
PROG= savecore
WARNS?= 6
2002-05-13 12:07:57 +00:00
DPADD= ${LIBZ}
LDADD= -lz
MAN= savecore.8
.include <bsd.prog.mk>