diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2014-12-04 06:49:58 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2014-12-04 06:49:58 +0000 |
commit | 376d25ce440efcc37939559a0596dab3a830cb1f (patch) | |
tree | 95a36893a1dacd873ade8301742d6a73e343d5a6 /comms/Makefile | |
parent | - Unbreak build (diff) |
Import librs232.
Librs232 is a library which provides common interface to rs232 serial
interface communication.
Notes
Notes:
svn path=/head/; revision=373861
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 |