freebsd-dev/usr.sbin/wicontrol/Makefile

11 lines
99 B
Makefile

# $FreeBSD$
PROG= wicontrol
MAN= wicontrol.8
CFLAGS+= -DWICACHE
WARNS=2
.include <bsd.prog.mk>