mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
13 lines
217 B
Makefile
13 lines
217 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 "${.CURDIR}/../../conf/kmod.mk"
|