Wed Feb 17 14:09:43 2021 UTC ()
Add tio.


(fcambus)
diff -r1.118 -r1.119 pkgsrc/comms/Makefile

cvs diff -r1.118 -r1.119 pkgsrc/comms/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/Makefile 2020/03/22 21:25:05 1.118
+++ pkgsrc/comms/Makefile 2021/02/17 14:09:42 1.119
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.118 2020/03/22 21:25:05 tnn Exp $ 1# $NetBSD: Makefile,v 1.119 2021/02/17 14:09:42 fcambus Exp $
2# 2#
3 3
4COMMENT= Communication utilities 4COMMENT= Communication utilities
5 5
6SUBDIR+= asterisk-sounds-de-x9media 6SUBDIR+= asterisk-sounds-de-x9media
7SUBDIR+= asterisk13 7SUBDIR+= asterisk13
8SUBDIR+= asterisk14 8SUBDIR+= asterisk14
9SUBDIR+= asterisk15 9SUBDIR+= asterisk15
10SUBDIR+= asterisk16 10SUBDIR+= asterisk16
11SUBDIR+= binkd 11SUBDIR+= binkd
12SUBDIR+= birda 12SUBDIR+= birda
13SUBDIR+= bthfp 13SUBDIR+= bthfp
14SUBDIR+= conserver 14SUBDIR+= conserver
@@ -73,20 +73,21 @@ SUBDIR+= py-termstyle @@ -73,20 +73,21 @@ SUBDIR+= py-termstyle
73SUBDIR+= qodem 73SUBDIR+= qodem
74SUBDIR+= qpage 74SUBDIR+= qpage
75SUBDIR+= remserial 75SUBDIR+= remserial
76SUBDIR+= ruby-termios 76SUBDIR+= ruby-termios
77SUBDIR+= scmxx 77SUBDIR+= scmxx
78SUBDIR+= snooper 78SUBDIR+= snooper
79SUBDIR+= spandsp 79SUBDIR+= spandsp
80SUBDIR+= srtp 80SUBDIR+= srtp
81SUBDIR+= synce-librapi2 81SUBDIR+= synce-librapi2
82SUBDIR+= synce-libsynce 82SUBDIR+= synce-libsynce
83SUBDIR+= synce-rra 83SUBDIR+= synce-rra
84SUBDIR+= synce-serial 84SUBDIR+= synce-serial
85SUBDIR+= tilp2 85SUBDIR+= tilp2
 86SUBDIR+= tio
86SUBDIR+= tkhylafax 87SUBDIR+= tkhylafax
87SUBDIR+= tn3270 88SUBDIR+= tn3270
88SUBDIR+= xfce4-modemlights-plugin 89SUBDIR+= xfce4-modemlights-plugin
89SUBDIR+= xisp 90SUBDIR+= xisp
90SUBDIR+= xtel 91SUBDIR+= xtel
91 92
92.include "../mk/misc/category.mk" 93.include "../mk/misc/category.mk"