941e286383
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>
11 lines
108 B
Makefile
11 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= uhsoctl
|
|
MAN= uhsoctl.1
|
|
WARNS= 1
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|