mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
13 lines
172 B
Makefile
13 lines
172 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= n_hibma@freebsd.org
|
|
|
|
.PATH: ${.CURDIR}/../../dev/usb
|
|
|
|
KMOD= udbp
|
|
SRCS= bus_if.h device_if.h \
|
|
opt_usb.h \
|
|
udbp.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|