mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
8 lines
147 B
Makefile
8 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>
|