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>
|