freebsd-dev/usr.sbin/rndcontrol/Makefile
2000-04-23 10:01:30 +00:00

10 lines
134 B
Makefile

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