mirror of
https://github.com/opnsense/src.git
synced 2026-03-10 18:21:00 -04:00
11 lines
163 B
Makefile
11 lines
163 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
S= ${.CURDIR}/../..
|
||
|
|
.PATH: $S/dev/usb
|
||
|
|
|
||
|
|
KMOD= uplcom
|
||
|
|
SRCS= uplcom.c ucomvar.h opt_usb.h device_if.h bus_if.h vnode_if.h
|
||
|
|
NOMAN=
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|