diff options
author | asami <asami@FreeBSD.org> | 1997-11-09 18:18:04 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-09 18:18:04 +0800 |
commit | 396cb44dbfb31969096807d35799371dad6978b2 (patch) | |
tree | 4281a75b530568333497b72ac418ab2ac922d27b | |
parent | 6c56dc54b0ede34d13103b4254bd475c5bb4a4db (diff) | |
download | freebsd-ports-gnome-396cb44dbfb31969096807d35799371dad6978b2.tar.gz freebsd-ports-gnome-396cb44dbfb31969096807d35799371dad6978b2.tar.zst freebsd-ports-gnome-396cb44dbfb31969096807d35799371dad6978b2.zip |
Add apache-php.
Forgotten by: andreas, I think
Found by: make checksubdirs (to be committed soon)
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index b1f8aa93f0cc..3ec42b86dfd9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.61 1997/09/28 09:41:26 peter Exp $ +# $Id: Makefile,v 1.62 1997/10/11 18:30:19 wosch Exp $ # SUBDIR += Mosaic # requires Motif SUBDIR += analog SUBDIR += apache SUBDIR += apache-current + SUBDIR += apache-php SUBDIR += apache-ssl SUBDIR += arena SUBDIR += ashe # requires Motif |