diff options
author | fcambus <fcambus@pkgsrc.org> | 2021-02-17 14:09:42 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2021-02-17 14:09:42 +0000 |
commit | a46173659e29f1738591461ce57569b99ea0d055 (patch) | |
tree | 1a15ff7d83463ec58a87453253ac7bc224b53eba | |
parent | f06cd09a08bffb3e26cb06a4a19dae667f9bb9c4 (diff) | |
download | pkgsrc-a46173659e29f1738591461ce57569b99ea0d055.tar.gz |
Add tio.
-rw-r--r-- | comms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/Makefile b/comms/Makefile index 95909c93592..413e4f69ef7 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2020/03/22 21:25:05 tnn Exp $ +# $NetBSD: Makefile,v 1.119 2021/02/17 14:09:42 fcambus Exp $ # COMMENT= Communication utilities @@ -83,6 +83,7 @@ SUBDIR+= synce-libsynce SUBDIR+= synce-rra SUBDIR+= synce-serial SUBDIR+= tilp2 +SUBDIR+= tio SUBDIR+= tkhylafax SUBDIR+= tn3270 SUBDIR+= xfce4-modemlights-plugin |