blob: cf67d6a31c56ec2a00cf0f3f8fa02894947736c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# $Id: Makefile,v 1.16 1996/06/09 23:25:24 asami Exp $
#
SUBDIR += Mosaic # requires Motif
SUBDIR += analog
SUBDIR += apache
SUBDIR += arena
SUBDIR += ashe # requires Motif
SUBDIR += cached
SUBDIR += chimera
SUBDIR += comline
SUBDIR += gn
SUBDIR += harvest
SUBDIR += javac_netscape
SUBDIR += jdk
SUBDIR += kaffe
SUBDIR += libwww
SUBDIR += linemode
SUBDIR += lynx
SUBDIR += mapedit
SUBDIR += netscape2
SUBDIR += netscape3
SUBDIR += squid
SUBDIR += tkHTML
SUBDIR += tkWWW
SUBDIR += w3c_httpd
SUBDIR += weblint
SUBDIR += wn
SUBDIR += wwwcount
SUBDIR += wwwish
.include <bsd.port.subdir.mk>
|