mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
8 lines
100 B
Makefile
8 lines
100 B
Makefile
# $FreeBSD$
|
|
PROG= wlconfig
|
|
SRCS= wlconfig.c
|
|
CFLAGS+= -Wall
|
|
MAN8= wlconfig.8
|
|
|
|
.include <bsd.prog.mk>
|