diff options
author | wiz <wiz@pkgsrc.org> | 2021-11-08 10:28:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-11-08 10:28:20 +0000 |
commit | b1f21024c25416d727484a58845e7579d07684b6 (patch) | |
tree | bd12b341a01df8017c4b71f66872787ba7386e6d /net | |
parent | e28625bc817eb7361284d3c2210c17422c07bf2e (diff) | |
download | pkgsrc-b1f21024c25416d727484a58845e7579d07684b6.tar.gz |
net/Makefile: + yt-dlp
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 8c64ea57f57..14eafbf8f06 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1429 2021/11/06 16:42:10 rhialto Exp $ +# $NetBSD: Makefile,v 1.1430 2021/11/08 10:28:20 wiz Exp $ # COMMENT= Networking tools @@ -1028,6 +1028,7 @@ SUBDIR+= yale-tftpd SUBDIR+= yaydl SUBDIR+= yaz SUBDIR+= youtube-dl +SUBDIR+= yt-dlp SUBDIR+= ytalk SUBDIR+= ywho SUBDIR+= zenmap |