e9ec4f9449
minor Makefile nits. Submitted by: Mike Barcroft <mike@q9media.com>
8 lines
80 B
Makefile
8 lines
80 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fdcontrol
|
|
WARNS?= 2
|
|
MAN= fdcontrol.8
|
|
|
|
.include <bsd.prog.mk>
|