diff options
author | recht <recht> | 2004-03-03 10:05:40 +0000 |
---|---|---|
committer | recht <recht> | 2004-03-03 10:05:40 +0000 |
commit | df2ab17ca35a3f1ff4d5b29c990573d7000667a5 (patch) | |
tree | 0ce32d2d0e8c4a3efdaef3e94fbcdc491e123f5d | |
parent | a092503d05ca281fc9c09cded9112795b3e3d60f (diff) | |
download | pkgsrc-df2ab17ca35a3f1ff4d5b29c990573d7000667a5.tar.gz |
Add and enable bittorrent-gui.
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 5cbea82b306..be8c4ef31b7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.449 2004/02/29 03:33:06 xtraeme Exp $ +# $NetBSD: Makefile,v 1.450 2004/03/03 10:05:40 recht Exp $ # COMMENT= Networking tools @@ -28,6 +28,7 @@ SUBDIR+= bind8 SUBDIR+= bind9 SUBDIR+= bing SUBDIR+= bittorrent +SUBDIR+= bittorrent-gui SUBDIR+= bounce SUBDIR+= bpalogin SUBDIR+= bridged |