diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-11 20:52:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-11 20:52:19 +0000 |
commit | 25959c443f808584e9d6a3c5437d5cdf803bdb98 (patch) | |
tree | 4b29f64ec495bc838157bba66aed0dff4ab3cf1c /net | |
parent | 963cdd4291515e081177a23b3d018fd8489f272a (diff) | |
download | pkgsrc-25959c443f808584e9d6a3c5437d5cdf803bdb98.tar.gz |
Add and enable dctc and dc_gui.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 24092a912c4..12d9735e926 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.333 2002/08/27 09:05:09 abs Exp $ +# $NetBSD: Makefile,v 1.334 2002/09/11 20:52:19 wiz Exp $ # COMMENT= Networking tools @@ -40,6 +40,8 @@ SUBDIR+= coda_doc SUBDIR+= coda_intro SUBDIR+= coda_server SUBDIR+= dante +SUBDIR+= dc_gui +SUBDIR+= dctc SUBDIR+= ddclient SUBDIR+= delegate SUBDIR+= dgd |