head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.06.09.00.34.39;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251538
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/sys/modules/usb/urtwn/Makefile 251538 2013-06-08 16:02:31Z rpaulo $

.PATH: ${.CURDIR}/../../../dev/usb/wlan

KMOD    = if_urtwn
SRCS    = if_urtwn.c if_urtwnreg.h \
	  bus_if.h device_if.h \
	  opt_bus.h opt_usb.h usb_if.h usbdevs.h

.include <bsd.kmod.mk>
@
