diff options
author | msmith <msmith@FreeBSD.org> | 1998-02-26 11:01:48 +0800 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-02-26 11:01:48 +0800 |
commit | 6fc4ccd3eb05dfc73847bdacfda9038cdf768a3e (patch) | |
tree | 0163f86f284b1675ba914b2c4b3c2bf10659e70c /net | |
parent | 52dbbd7040dfa521e7d92bb34452119604c33b21 (diff) | |
download | freebsd-ports-gnome-6fc4ccd3eb05dfc73847bdacfda9038cdf768a3e.tar.gz freebsd-ports-gnome-6fc4ccd3eb05dfc73847bdacfda9038cdf768a3e.tar.zst freebsd-ports-gnome-6fc4ccd3eb05dfc73847bdacfda9038cdf768a3e.zip |
Add VNC* ports.
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 190e04bdbb5d..de47b40622c7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.142 1998/02/24 20:29:42 steve Exp $ +# $Id: Makefile,v 1.143 1998/02/25 01:26:08 steve Exp $ # SUBDIR += archie @@ -93,6 +93,8 @@ SUBDIR += trafshow SUBDIR += ttt SUBDIR += ucd-snmp + SUBDIR += vnc + SUBDIR += vncjava SUBDIR += wais SUBDIR += wget SUBDIR += wide-dhcp |