diff options
author | pho <pho@pkgsrc.org> | 2020-01-16 23:10:19 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2020-01-16 23:10:19 +0000 |
commit | bb102426f6e269cc40e95c94653b6a18f91ec355 (patch) | |
tree | b51a4e5c97f1ef1856b76af9b4dfaabe38b3b9a2 /net | |
parent | a7026b093c432763c91913aa1e540f849b6e4e40 (diff) | |
download | pkgsrc-bb102426f6e269cc40e95c94653b6a18f91ec355.tar.gz |
Add hs-socks
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index f97a39b59a2..3cfb7c9ec9f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1293 2020/01/16 14:03:50 nia Exp $ +# $NetBSD: Makefile,v 1.1294 2020/01/16 23:10:19 pho Exp $ # COMMENT= Networking tools @@ -239,6 +239,7 @@ SUBDIR+= hping3 SUBDIR+= hs-mime-types SUBDIR+= hs-network SUBDIR+= hs-network-uri +SUBDIR+= hs-socks SUBDIR+= httping SUBDIR+= httpstat SUBDIR+= httptunnel |