diff options
author | wiz <wiz> | 2001-09-24 23:16:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-09-24 23:16:39 +0000 |
commit | d4257fd8d6a95d41bf23373d1ec92492b2d5394d (patch) | |
tree | 7a5b9e3da32afe075cfc6d5bbe83e87c978fdb34 | |
parent | ca0b58e19ca928ed3b90486c409f7b73d9f28a0a (diff) | |
download | pkgsrc-d4257fd8d6a95d41bf23373d1ec92492b2d5394d.tar.gz |
add and enable tightvnc and tightvncviewer (hi charles!)
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 12a86d39a7b..d65306d821e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.245 2001/09/16 22:52:57 zuntum Exp $ +# $NetBSD: Makefile,v 1.246 2001/09/24 23:16:39 wiz Exp $ # COMMENT= Networking tools @@ -172,6 +172,8 @@ SUBDIR+= tcpdstat SUBDIR+= tcpdump SUBDIR+= tcpillust SUBDIR+= tcptrace +SUBDIR+= tightvnc +SUBDIR+= tightvncviewer SUBDIR+= tinyfugue SUBDIR+= tkined SUBDIR+= tn5250 |