]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/usb/uath/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / usb / uath / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../dev/usb/wlan
4
5 KMOD    = if_uath
6 SRCS    = if_uath.c if_uathvar.h if_uathreg.h   \
7           bus_if.h device_if.h \
8           opt_bus.h opt_usb.h usb_if.h usbdevs.h
9
10 .include <bsd.kmod.mk>