1# $FreeBSD: releng/10.2/sys/modules/usb/uath/Makefile 190688 2009-04-04 11:23:00Z weongyo $
2
3.PATH: ${.CURDIR}/../../../dev/usb/wlan
4
5KMOD    = if_uath
6SRCS    = 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>
11