mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
13 lines
197 B
Makefile
13 lines
197 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
S= ${.CURDIR}/../../..
|
||
|
|
|
||
|
|
.PATH: $S/dev/usb/video
|
||
|
|
|
||
|
|
KMOD= udl
|
||
|
|
SRCS= opt_bus.h opt_usb.h fb_if.h device_if.h \
|
||
|
|
bus_if.h usb_if.h vnode_if.h usbdevs.h \
|
||
|
|
udl.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|