mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 07:14:26 +01:00
d16528b2da
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>
|