freebsd-dev/usr.sbin/fdcontrol/Makefile
Dima Dorfman 015fadf9d7 Add appropriate includes and prototypes; staticize; set WARNS=2. Also
minor Makefile nits.

Submitted by:	Mike Barcroft <mike@q9media.com>
2001-06-26 22:11:13 +00:00

8 lines
80 B
Makefile

# $FreeBSD$
PROG= fdcontrol
WARNS?= 2
MAN= fdcontrol.8
.include <bsd.prog.mk>