mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
10 lines
185 B
Makefile
10 lines
185 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= Iwasa Kazmi <kzmi@ca2.so-net.ne.jp>
|
|
|
|
.PATH: ${.CURDIR}/../../dev/usb
|
|
|
|
KMOD= urio
|
|
SRCS= bus_if.h device_if.h opt_usb.h urio.c usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|