summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2010-01-13 03:16:31 +0000
committerthompsa <thompsa@FreeBSD.org>2010-01-13 03:16:31 +0000
commit38619cd9707a9e9b073d14381cde7d38e14cce71 (patch)
treeb8181f5e4ad60f2fc859794657eb0574c468b30e /usr.sbin/Makefile
parentcf2c03a0f9961b5c072df009fd9a1bed000a7d06 (diff)
downloadFreeBSD-src-38619cd9707a9e9b073d14381cde7d38e14cce71.zip
FreeBSD-src-38619cd9707a9e9b073d14381cde7d38e14cce71.tar.gz
Add a driver by Fredrik Lindberg for Option HSDPA USB devices. These differ
from standard 3G wireless units by supplying a raw IP/IPv6 endpoint rather than using PPP over serial. uhsoctl(1) is used to initiate and close the WAN connection. Obtained from: Fredrik Lindberg <fli@shapeshifter.se>
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index f3e0a1b..6f7df81 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -189,6 +189,7 @@ SUBDIR= ${_ac} \
tzsetup \
${_uathload} \
ugidfw \
+ ${_uhsoctl} \
${_usbdevs} \
${_usbconfig} \
${_vidcontrol} \
@@ -410,6 +411,7 @@ _crunch= crunch
.if ${MACHINE_ARCH} != "ia64"
_uathload= uathload
.endif
+_uhsoctl= uhsoctl
#_usbdevs= usbdevs
_usbconfig= usbconfig
.endif
OpenPOWER on IntegriCloud