mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
10 lines
151 B
Makefile
10 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
S= ${.CURDIR}/../..
|
|
.PATH: $S/dev/usb
|
|
|
|
KMOD= ubser
|
|
SRCS= ubser.c ubser.h opt_usb.h device_if.h bus_if.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|