blob: 9630fcd2e69e7df41c7066453e9ca5bddeb9a919 (
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
|
# $Id: Makefile,v 1.11 1996/04/01 04:04:16 asami Exp $
#
RESTRICTED += Mosaic # requires Motif
SUBDIR += apache
SUBDIR += arena
RESTRICTED += ashe # requires Motif
SUBDIR += cached
SUBDIR += chimera
SUBDIR += comline
SUBDIR += gn
SUBDIR += harvest
SUBDIR += javac_netscape
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>
|