1# $FreeBSD: src/sys/modules/usb/urtwn/Makefile,v 1.1 2013/06/09 00:34:39 svnexp Exp $ 2 3.PATH: ${.CURDIR}/.. 4 5KMOD = if_urtwn 6SRCS = if_urtwn.c \ 7 bus_if.h device_if.h \ 8 opt_usb.h usbdevs.h opt_urtwn.h opt_wlan.h 9 10.include <bsd.kmod.mk> 11