diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-02-27 20:11:45 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-02-27 20:11:45 +0000 |
commit | 8c624ec3f063445642e86b907442d01cee898374 (patch) | |
tree | bf32d281ca507e46b89ab5f486eab2cf2a18a040 /net/Makefile | |
parent | d40f9c5527452e1963889354a24a4355e485f4c3 (diff) | |
download | pkgsrc-8c624ec3f063445642e86b907442d01cee898374.tar.gz |
Add nicovideo-dl
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 c17f04928ea..d80317014ab 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.868 2011/02/27 11:36:19 obache Exp $ +# $NetBSD: Makefile,v 1.869 2011/02/27 20:11:45 ryoon Exp $ # COMMENT= Networking tools @@ -302,6 +302,7 @@ SUBDIR+= netpipes SUBDIR+= nfdump SUBDIR+= ngrep SUBDIR+= nicotine +SUBDIR+= nicovideo-dl SUBDIR+= nidentd SUBDIR+= nipper SUBDIR+= nload |