diff options
author | drochner <drochner> | 2003-05-09 18:08:13 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-05-09 18:08:13 +0000 |
commit | 4195456e7a33d8861c0ebd7218a787c23cddd217 (patch) | |
tree | e96cdf2ed91db46a0083638f14c2f7510384ba46 /net/Makefile | |
parent | 5580e399bb5fd37357e525e0d58fe4001fbd4225 (diff) | |
download | pkgsrc-4195456e7a33d8861c0ebd7218a787c23cddd217.tar.gz |
add bittorrent
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 92ee47dbc2d..aa66e6e8a84 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.372 2003/04/17 08:34:18 wiz Exp $ +# $NetBSD: Makefile,v 1.373 2003/05/09 18:08:13 drochner Exp $ # COMMENT= Networking tools @@ -23,6 +23,7 @@ SUBDIR+= bind8 SUBDIR+= bind9 SUBDIR+= bind9-current SUBDIR+= bing +SUBDIR+= bittorrent SUBDIR+= bounce SUBDIR+= bpalogin SUBDIR+= bridged |