freebsd-dev/usr.sbin/rndcontrol/Makefile
Mark Murray 54b50b1dc8 Control utility for the /dev/random device. This allows root to select
which interrupts are to be used in randomess gathering. Man page for
the random device is included.
1995-10-28 17:04:25 +00:00

9 lines
101 B
Makefile

# $id$
PROG= rndcontrol
CFLAGS+= -Wall
MAN4= random.4
MAN8= rndcontrol.8
.include <bsd.prog.mk>