amd64 port: mainly on the pmap headers, identify_cpu and initcpu
[dragonfly/port-amd64.git] / usr.sbin / rndcontrol / Makefile
blob2e54eeae2022f2ec95a6ab29fab93496e87f7533
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 $
4 PROG= rndcontrol
5 CFLAGS+= -Wall
6 MAN= random.4 rndcontrol.8
7 MLINKS+= random.4 urandom.4
9 .include <bsd.prog.mk>