freebsd-dev/sys/modules/ubser/Makefile

10 lines
151 B
Makefile
Raw Normal View History

# $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>