summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-10-13 18:07:56 +0000
committerjhb <jhb@FreeBSD.org>2009-10-13 18:07:56 +0000
commitaefab242fcc1cafc669cb42fcf98bc33cec45913 (patch)
tree587856941be741caa90e6a90f0c165d333fa27a3
parent1e0040cfb5c218e082b1d15cdc2589447d18d934 (diff)
downloadFreeBSD-src-aefab242fcc1cafc669cb42fcf98bc33cec45913.zip
FreeBSD-src-aefab242fcc1cafc669cb42fcf98bc33cec45913.tar.gz
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).
-rw-r--r--sys/modules/ubser/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ubser/Makefile b/sys/modules/ubser/Makefile
index 41a0bc3..8807bed 100644
--- a/sys/modules/ubser/Makefile
+++ b/sys/modules/ubser/Makefile
@@ -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>
OpenPOWER on IntegriCloud