6 lines
66 B
Makefile
6 lines
66 B
Makefile
# $FreeBSD$
|
|
PROG= wlconfig
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|