diff options
author | wiz <wiz@pkgsrc.org> | 2004-06-25 17:22:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-06-25 17:22:05 +0000 |
commit | 28947f296e7964af901caa2be3958d70c58bec4c (patch) | |
tree | 60b5d24f499784be37c9622013d1c4d8235c8da6 /net/Makefile | |
parent | fed7c2d2cdf3a2e72f9686c04aa4056eb293b9c0 (diff) | |
download | pkgsrc-28947f296e7964af901caa2be3958d70c58bec4c.tar.gz |
Add and enable ctorrent, provided by Ola Eriksson in PR 26047.
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 57a466942da..eb41f5c1393 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.475 2004/06/05 19:04:42 nathanw Exp $ +# $NetBSD: Makefile,v 1.476 2004/06/25 17:22:05 wiz Exp $ # COMMENT= Networking tools @@ -46,6 +46,7 @@ SUBDIR+= coda5_server SUBDIR+= coda_doc SUBDIR+= coda_intro SUBDIR+= connect +SUBDIR+= ctorrent SUBDIR+= dante SUBDIR+= dc_gui2 SUBDIR+= dctc |