diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-26 21:50:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-26 21:50:10 +0000 |
commit | 839f90e00824cc5ded33472fac4b3feabd2297d7 (patch) | |
tree | 740acf6a46bd5e60077cbf3c9c24bbf75337b6f5 /www/Makefile | |
parent | bc90aa59257987c3246f3a17151de52be2eac567 (diff) | |
download | ports-839f90e00824cc5ded33472fac4b3feabd2297d7.tar.gz ports-839f90e00824cc5ded33472fac4b3feabd2297d7.zip |
Notes
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile new file mode 100644 index 000000000000..06b66d8d90c2 --- /dev/null +++ b/www/Makefile @@ -0,0 +1,20 @@ +# $Id: Makefile,v 1.61 1995/11/09 07:41:00 asami Exp $ +# + +RESTRICTED += Mosaic # requires Motif + SUBDIR += apache +RESTRICTED += ashe # requires Motif + SUBDIR += cern_httpd + SUBDIR += cern_linemode + SUBDIR += chimera + SUBDIR += gn + SUBDIR += lynx + SUBDIR += netscape + SUBDIR += netscape2 + SUBDIR += tkHTML + SUBDIR += tkWWW + SUBDIR += weblint + SUBDIR += wn + SUBDIR += wwwish + +.include <bsd.port.subdir.mk> |