diff options
author | wiz <wiz@pkgsrc.org> | 2001-09-24 23:16:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-09-24 23:16:39 +0000 |
commit | df9853474a53f4628b94b664d2a7656e6e0af9a2 (patch) | |
tree | 7a5b9e3da32afe075cfc6d5bbe83e87c978fdb34 /net | |
parent | 05c9394a7bc8c3f4f72a2e568856454db75d5f0a (diff) | |
download | pkgsrc-df9853474a53f4628b94b664d2a7656e6e0af9a2.tar.gz |
add and enable tightvnc and tightvncviewer (hi charles!)
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 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 |