1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00
freebsd/sbin/savecore/Makefile
Ruslan Ermilov 89a600f197 Style.
2002-05-13 12:07:57 +00:00

10 lines
103 B
Makefile

# $FreeBSD$
PROG= savecore
WARNS= 4
DPADD= ${LIBZ}
LDADD= -lz
MAN= savecore.8
.include <bsd.prog.mk>