freebsd-dev/sbin/savecore/Makefile
Scott Long d16528b2da Convert savecore to libxo. The 'verbose' paths still use printf since they're
meant for interactivity on the command line and contain a lot of redundant
information.

Obtained from:	Netflix, Inc.
2015-03-22 17:29:14 +00:00

8 lines
81 B
Makefile

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