]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/wlandebug/Makefile
Merge ^/head r344178 through r344512.
[FreeBSD/FreeBSD.git] / usr.sbin / wlandebug / Makefile
1 # $FreeBSD$
2
3 PROG=   wlandebug
4 MAN=    wlandebug.8
5 MK_PIE:=        no
6
7 LIBADD+=        ifconfig
8
9 WARNS?= 2
10
11 .include <bsd.prog.mk>