freebsd-dev/sys/modules/ubser/Makefile
John Baldwin 5c1f214c37 Fix this module so it at least builds. Note that it isn't hooked up to
the build however, and ubser(4) is also not present in any kernel configs
(including NOTES).
2009-10-13 18:07:56 +00:00

10 lines
150 B
Makefile

# $FreeBSD$
S= ${.CURDIR}/../..
.PATH: $S/dev/usb/serial
KMOD= ubser
SRCS= ubser.c opt_usb.h device_if.h bus_if.h usbdevs.h
.include <bsd.kmod.mk>