mirror of
https://github.com/opnsense/src.git
synced 2026-03-10 10:13:20 -04:00
9 lines
129 B
Makefile
9 lines
129 B
Makefile
# $id$
|
|
|
|
PROG= rndcontrol
|
|
CFLAGS+= -Wall
|
|
MAN4= random.4
|
|
MAN8= rndcontrol.8
|
|
MLINKS+= random.4 urandom.4
|
|
|
|
.include <bsd.prog.mk>
|