mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
e201f9ecd1
Discussed with, okayed, authorized, requested by, on behalf of: n_hibma (MAINTAINER)
9 lines
133 B
Makefile
9 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/usb
|
|
|
|
KMOD= ums
|
|
SRCS= bus_if.h device_if.h opt_usb.h ums.c usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|