mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 14:24:09 +01:00
9 lines
101 B
Makefile
9 lines
101 B
Makefile
|
# $id$
|
||
|
|
||
|
PROG= rndcontrol
|
||
|
CFLAGS+= -Wall
|
||
|
MAN4= random.4
|
||
|
MAN8= rndcontrol.8
|
||
|
|
||
|
.include <bsd.prog.mk>
|