mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-07 06:56:56 +01:00
13eb765f2d
Reduce overlinking
8 lines
78 B
Makefile
8 lines
78 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= savecore
|
|
LIBADD= z
|
|
MAN= savecore.8
|
|
|
|
.include <bsd.prog.mk>
|