mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
9 lines
134 B
Makefile
9 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= rndcontrol
|
|
CFLAGS+= -Wall
|
|
MAN4= random.4
|
|
MAN8= rndcontrol.8
|
|
MLINKS+= random.4 urandom.4
|
|
|
|
.include <bsd.prog.mk>
|