diff options
author | kevlo <kevlo@FreeBSD.org> | 2014-12-04 14:49:58 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2014-12-04 14:49:58 +0800 |
commit | 1d26b054df4f17107c7a81fa5a1316c494d7bfb0 (patch) | |
tree | 95a36893a1dacd873ade8301742d6a73e343d5a6 /comms/Makefile | |
parent | f95e816c76c1847c9bd540b33af1ace6a2f7b663 (diff) | |
download | freebsd-ports-gnome-1d26b054df4f17107c7a81fa5a1316c494d7bfb0.tar.gz freebsd-ports-gnome-1d26b054df4f17107c7a81fa5a1316c494d7bfb0.tar.zst freebsd-ports-gnome-1d26b054df4f17107c7a81fa5a1316c494d7bfb0.zip |
Import librs232.
Librs232 is a library which provides common interface to rs232 serial
interface communication.
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 235e74824c1c..ed63ad352e84 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -80,6 +80,7 @@ SUBDIR += libimobiledevice SUBDIR += libirman SUBDIR += libmodbus + SUBDIR += librs232 SUBDIR += libticables2 SUBDIR += libticalcs2 SUBDIR += libusbmuxd |