mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
9 lines
81 B
Makefile
9 lines
81 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= wlandebug
|
|
MAN= wlandebug.8
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|