ae2db51f38
meant for interactivity on the command line and contain a lot of redundant information. Obtained from: Netflix, Inc.
8 lines
81 B
Makefile
8 lines
81 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= savecore
|
|
LIBADD= z xo
|
|
MAN= savecore.8
|
|
|
|
.include <bsd.prog.mk>
|