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