mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 08:00:48 +01:00
6fad16fd59
file locations and some minor formatting/style problems.
10 lines
129 B
Makefile
10 lines
129 B
Makefile
# $id$
|
|
|
|
PROG= rndcontrol
|
|
CFLAGS+= -Wall
|
|
MAN4= random.4
|
|
MAN8= rndcontrol.8
|
|
MLINKS+= random.4 urandom.4
|
|
|
|
.include <bsd.prog.mk>
|