diff options
author | wiz <wiz@pkgsrc.org> | 2022-05-07 06:00:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-05-07 06:00:37 +0000 |
commit | 9ca94f09890c39303097ca85ee82025cd09d85f5 (patch) | |
tree | ebe61a86de6d544ee972fc6af91aaadde74d44cb /comms | |
parent | 1888924396fbcb18cd1c2a0d19269fc96fd33385 (diff) | |
download | pkgsrc-9ca94f09890c39303097ca85ee82025cd09d85f5.tar.gz |
comms/Makefile: + minimodem
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/Makefile b/comms/Makefile index 0c4fc2f050a..812fb117646 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.131 2022/01/21 16:49:00 bsiegert Exp $ +# $NetBSD: Makefile,v 1.132 2022/05/07 06:00:37 wiz Exp $ # COMMENT= Telephony and serial communication utilities @@ -45,6 +45,7 @@ SUBDIR+= lrzsz SUBDIR+= malsync SUBDIR+= mgetty+sendfax SUBDIR+= minicom +SUBDIR+= minimodem SUBDIR+= modemd SUBDIR+= msynctool SUBDIR+= multisync-gui |