mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
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>
10 lines
108 B
Makefile
10 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= uhsoctl
|
|
MAN= uhsoctl.1
|
|
WARNS= 1
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|