9 lines
159 B
Makefile
9 lines
159 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../dev/usb
|
||
|
|
||
|
KMOD = if_ural
|
||
|
SRCS = if_ural.c opt_bdg.h opt_usb.h device_if.h bus_if.h usbdevs.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|