1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/sbin/savecore/Makefile
Glen Barber 406d87b1c3 Explicitly add more files to the 'runtime' package.
Sponsored by:	The FreeBSD Foundation
2016-02-09 20:19:31 +00:00

9 lines
97 B
Makefile

# $FreeBSD$
PACKAGE=runtime
PROG= savecore
LIBADD= z xo
MAN= savecore.8
.include <bsd.prog.mk>