blob: 92b9533a16e18e7e837b724b7e02b75d84f985d8 (
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
|
# $Id: Makefile,v 1.13 1996/04/08 20:57:19 smpatel Exp $
#
SUBDIR += Mosaic # requires Motif
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 += tkHTML
SUBDIR += tkWWW
SUBDIR += w3c_httpd
SUBDIR += weblint
SUBDIR += wn
SUBDIR += wwwish
.include <bsd.port.subdir.mk>
|