diff options
author | fcambus <fcambus@pkgsrc.org> | 2019-08-22 20:23:31 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2019-08-22 20:23:31 +0000 |
commit | 2c99097e1f90b56fec1fd66cb50b2d573414f28d (patch) | |
tree | 655327386a77f108bad86c67a993d5efc547f321 /comms/Makefile | |
parent | 031d495b634eb84577aab20ae9b43277e762a8f7 (diff) | |
download | pkgsrc-2c99097e1f90b56fec1fd66cb50b2d573414f28d.tar.gz |
Add qodem.
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/Makefile b/comms/Makefile index 5e4cd4c2739..56e93f38179 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.112 2019/08/20 13:49:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.113 2019/08/22 20:23:31 fcambus Exp $ # COMMENT= Communication utilities @@ -74,6 +74,7 @@ SUBDIR+= py-gammu SUBDIR+= py-nodemcu-uploader SUBDIR+= py-serial SUBDIR+= py-termstyle +SUBDIR+= qodem SUBDIR+= qpage SUBDIR+= ruby-termios SUBDIR+= scmxx |