54b50b1dc8
which interrupts are to be used in randomess gathering. Man page for the random device is included.
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>
|