mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 19:03:48 +01:00
8d6c7a49a6
Reduce overlinking
7 lines
64 B
Makefile
7 lines
64 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= killall
|
|
LIBADD= jail
|
|
|
|
.include <bsd.prog.mk>
|