8cb9fa237e
Reviewed by: sam, sephe Obtained from: OpenBSD
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>
|