This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2024-12-27 11:55:06 +00:00
Code
Issues
Releases
Activity
f8acc03ef1
freebsd
/
usr.sbin
/
uhsoctl
/
Makefile
10 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2010-01-13 03:16:31 +00:00
# $FreeBSD$
PROG
=
uhsoctl
MAN
=
uhsoctl.1
Always assign WARNS using ?= - fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
2010-03-02 16:58:04 +00:00
WARNS
?=
1
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>
2010-01-13 03:16:31 +00:00
Convert usr.sbin to LIBADD Reduce overlinking
2014-11-25 16:57:27 +00:00
LIBADD
=
util
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>
2010-01-13 03:16:31 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink