mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
11 lines
101 B
Makefile
11 lines
101 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= wicontrol
|
|
MAN= wicontrol.8
|
|
|
|
CFLAGS+= -DWICACHE
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|