mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
9 lines
145 B
Makefile
9 lines
145 B
Makefile
# $FreeBSD$
|
|
|
|
S= ${.CURDIR}/../..
|
|
.PATH: $S/dev/usb
|
|
|
|
KMOD= uchcom
|
|
SRCS= uchcom.c opt_usb.h device_if.h bus_if.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|