diff options
author | bsam <bsam@FreeBSD.org> | 2013-05-14 05:23:51 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-05-14 05:23:51 +0800 |
commit | 6d2d54f98b22efb640e16d70ff33c62be7755aa9 (patch) | |
tree | be1f2bdd1ca555cc169eda6a80aff2bdde73bf19 /comms/Makefile | |
parent | 45b8e391140502b1df6ae9f66367636225bbc02a (diff) | |
download | freebsd-ports-gnome-6d2d54f98b22efb640e16d70ff33c62be7755aa9.tar.gz freebsd-ports-gnome-6d2d54f98b22efb640e16d70ff33c62be7755aa9.tar.zst freebsd-ports-gnome-6d2d54f98b22efb640e16d70ff33c62be7755aa9.zip |
Libmodbus is a C library designed to provide a fast and robust
implementation of the Modbus protocol. It runs on Linux, Mac OS X,
FreeBSD, QNX and Windows.
WWW: http://libmodbus.org/
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 9a5c357ee676..b4b606c394b0 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -78,6 +78,7 @@ SUBDIR += libfec SUBDIR += libimobiledevice SUBDIR += libirman + SUBDIR += libmodbus SUBDIR += libticables SUBDIR += libticables2 SUBDIR += libticalcs2 |