Reorganise the nlist handling a bit, use an enum instead of preprocessor
[dragonfly.git] / usr.sbin / rndcontrol / Makefile
1 # $FreeBSD: src/usr.sbin/rndcontrol/Makefile,v 1.2.10.1 2001/04/25 12:10:44 ru Exp $
2 # $DragonFly: src/usr.sbin/rndcontrol/Makefile,v 1.2 2003/06/17 04:30:02 dillon Exp $
3
4 PROG=           rndcontrol
5 CFLAGS+=        -Wall
6 MAN=            random.4 rndcontrol.8
7 MLINKS+=        random.4 urandom.4
8
9 .include <bsd.prog.mk>