blob: d66e65bc18cdedb8f8e115c586afe7e0309f3170 (
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
|
# $Id: Makefile,v 1.3 1996/01/17 05:21:48 asami Exp $
#
RESTRICTED += Mosaic # requires Motif
SUBDIR += apache
RESTRICTED += ashe # requires Motif
SUBDIR += cached
SUBDIR += cern_httpd
SUBDIR += cern_linemode
SUBDIR += chimera
SUBDIR += comline
SUBDIR += gn
SUBDIR += harvest
SUBDIR += lynx
SUBDIR += netscape
SUBDIR += netscape2
SUBDIR += tkHTML
SUBDIR += tkWWW
SUBDIR += weblint
SUBDIR += wn
SUBDIR += wwwish
.include <bsd.port.subdir.mk>
|