mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
which interrupts are to be used in randomess gathering. Man page for the random device is included.
8 lines
101 B
Makefile
8 lines
101 B
Makefile
# $id$
|
|
|
|
PROG= rndcontrol
|
|
CFLAGS+= -Wall
|
|
MAN4= random.4
|
|
MAN8= rndcontrol.8
|
|
|
|
.include <bsd.prog.mk>
|