mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 20:01:08 +01:00
3e11bd9e2a
Reduce overlinking
9 lines
76 B
Makefile
9 lines
76 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= rctl
|
|
MAN= rctl.8
|
|
|
|
LIBADD= util
|
|
|
|
.include <bsd.prog.mk>
|