]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/usb/urtw/Makefile
bhnd(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / sys / modules / usb / urtw / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/usb/wlan
4
5 KMOD    = if_urtw
6 SRCS    = if_urtw.c if_urtwreg.h if_urtwvar.h   \
7           bus_if.h device_if.h \
8           opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h
9
10 .include <bsd.kmod.mk>