]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/wlandebug/Makefile
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / usr.sbin / wlandebug / Makefile
1 # $FreeBSD$
2
3 PROG=   wlandebug
4 MAN=    wlandebug.8
5
6 LIBADD+=        ifconfig
7
8 WARNS?= 2
9
10 .include <bsd.prog.mk>