mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05: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>
|