mirror of
https://github.com/opnsense/src.git
synced 2026-04-12 21:06:41 -04:00
9 lines
135 B
Makefile
9 lines
135 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/usb
|
||
|
|
|
||
|
|
KMOD= uark
|
||
|
|
SRCS= uark.c opt_usb.h bus_if.h device_if.h usbdevs.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|