diff options
author | otis <otis@pkgsrc.org> | 2020-11-25 16:55:46 +0000 |
---|---|---|
committer | otis <otis@pkgsrc.org> | 2020-11-25 16:55:46 +0000 |
commit | 5758b165a7e370539d08cda51d484c17c774bfc3 (patch) | |
tree | 9669673f569793d763616830a825f754aef188c1 /net/Makefile | |
parent | 9fec371b8aa1169e1fcdcc85612fb846b28113ee (diff) | |
download | pkgsrc-5758b165a7e370539d08cda51d484c17c774bfc3.tar.gz |
net: Add nats-server
NATS is a simple, secure and performant communications system for digital
systems, services and devices.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 0793293a483..e23fe4093f1 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1362 2020/11/19 20:13:19 schmonz Exp $ +# $NetBSD: Makefile,v 1.1363 2020/11/25 16:55:46 otis Exp $ # COMMENT= Networking tools @@ -412,6 +412,7 @@ SUBDIR+= nanotodon SUBDIR+= nap SUBDIR+= napshare SUBDIR+= nasd +SUBDIR+= nats-server SUBDIR+= nbtscan SUBDIR+= ncdc SUBDIR+= ncftp3 |