freebsd-dev/usr.sbin/rndcontrol/Makefile
Mike Pritchard 6fad16fd59 Add some missing MLINKS, correct some cross references, correct some
file locations and some minor formatting/style problems.
1996-02-09 16:20:10 +00:00

10 lines
129 B
Makefile

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