diff options
author | leot <leot@pkgsrc.org> | 2021-03-31 18:29:49 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2021-03-31 18:29:49 +0000 |
commit | e0d84f2c665a25b932dfeff7a025b3dfdc8acb16 (patch) | |
tree | 7637056f44e29da84af42b34d26df8d0ac7b8698 /net | |
parent | a13a3fa596c994149ddc91f6198b3135811787a6 (diff) | |
download | pkgsrc-e0d84f2c665a25b932dfeff7a025b3dfdc8acb16.tar.gz |
net: Add kubectl
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 097153a141c..17107318a84 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1394 2021/03/18 22:57:05 khorben Exp $ +# $NetBSD: Makefile,v 1.1395 2021/03/31 18:29:49 leot Exp $ # COMMENT= Networking tools @@ -296,6 +296,7 @@ SUBDIR+= kppp SUBDIR+= krdc SUBDIR+= krfb SUBDIR+= ktorrent +SUBDIR+= kubectl SUBDIR+= kxmlrpcclient SUBDIR+= lambdamoo SUBDIR+= lambdamoo-core |