diff options
author | agc <agc> | 1998-06-09 16:42:45 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-09 16:42:45 +0000 |
commit | 581e6294de8f50cccd7179c231b87072e3955511 (patch) | |
tree | a0ac43d0cadbc712ef69c0cbdf06cae68565e417 /net | |
parent | 02da5d51ca34df57159c456bd466528a2f77c000 (diff) | |
download | pkgsrc-581e6294de8f50cccd7179c231b87072e3955511.tar.gz |
Add vnc.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 49a69ddcdaa..6cc293de06f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 1998/05/24 12:36:39 hubertf Exp $ +# $NetBSD: Makefile,v 1.30 1998/06/09 16:42:45 agc Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -75,6 +75,7 @@ # SUBDIR += trafshow SUBDIR+= ttcp SUBDIR += ucd-snmp + SUBDIR += vnc # SUBDIR += wais # SUBDIR += wide-dhcp SUBDIR += wget |