diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-08-28 13:29:37 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-08-28 13:29:37 +0000 |
commit | 6a49f0cbec26f8be58f39aa04b6d4d5122bb26a7 (patch) | |
tree | 82b518e1825211b03a7dcb84430c7264ebdb7795 | |
parent | a4a237bd233656af1a2b0de21886ac2344cc5e1b (diff) | |
download | freebsd-ports-6a49f0cbec26f8be58f39aa04b6d4d5122bb26a7.zip |
Add apache to SUBDIRS
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 0dd264873128..c58b45a8aebf 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.51 1995/08/21 09:41:42 asami Exp $ +# $Id: Makefile,v 1.52 1995/08/26 07:49:59 asami Exp $ # + SUBDIR += apache SUBDIR += archie SUBDIR += cern_httpd SUBDIR += cern_linemode |