opnsense-src/usr.sbin/uhsoctl/Makefile
Andrew Thompson bc4acc704f MFC r202181,202243,202270
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-17 18:22:42 +00:00

10 lines
108 B
Makefile

# $FreeBSD$
PROG= uhsoctl
MAN= uhsoctl.1
WARNS= 1
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>