#	BSDI	Makefile,v 1.3 1995/12/07 18:03:15 sanders Exp
#
# This Makefile provided by BSDI for the BSDI build environment
# but is compatible with that generated by the Apache configuration.
# Running the Configure script will overwrite this Makefile with
# the Apache version.
PROG=httpd
MODULES= \
    mod_mime.c mod_access.c mod_auth.c mod_negotiation.c mod_include.c \
    mod_dir.c mod_cgi.c mod_userdir.c mod_alias.c mod_log_common.c  \
    mod_asis.c mod_imap.c mod_auth_dbm.c mod_cookies.c
SRCS= $(MODULES) \
    alloc.c http_main.c http_core.c http_config.c http_request.c \
    http_log.c http_protocol.c rfc931.c util.c util_script.c modules.c

.include <bsd.prog.mk>
