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).
This commit is contained in:
John Baldwin 2009-10-13 18:07:56 +00:00
parent 8c8ee3d3b8
commit 5c1f214c37

View File

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