mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
10 lines
163 B
Makefile
10 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>
|