summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/Makefile.bsd-wrapper
AgeCommit message (Collapse)Author
2002-03-17This along with the recent dynamic linker fixes allows modules to workBrad Smith
with Apache on our ELF-based architecures. Enable alpha, powerpc and sparc64.
2002-02-15fix htdocs pages, changed with apache 1.3.23 update, to install the rightBob Beck
ones and not install the old ones.
2001-10-03simple keynote module for apache and mod_sslTodd C. Miller
2001-08-06a few more files that should be munged on clean.Brad Smith
2001-04-13Fix clean target so it really cleans - depending on if we have aBob Beck
seperate .OBJDIR or not, Now checks to see if .OBJDIR is seperate from CURDIR, and if so, blows away the lndir tree so that we don't get caught by stale stuff lying around.
2001-03-29Apache 1.3.19+mod_ssl 2.8.1 merge - also adds shared build of mod_headersBob Beck
and mod_expire
2001-01-31silence a few more targetsBrad Smith
2001-01-30Supply an always safe path to configureNiklas Hallqvist
2001-01-23- removed the redundant WWWROOT variable and just used HTTPD_PREFIX inBrad Smith
its place - synced the paths to use the same scheme as in config.layout - removed a redundant --enable-module=ssl from CONFIG_ARGS - indented a few places - removed unused KLUDGEINCFILES variable - one step in the "distribution" target was echoing HTTPD_PREFIX but was actually installing into HTTPD_HTDOCSDIR -- Ok'd by beck@
2001-01-05alloc.h was renamed ap_alloc.h so install the correct thing and killTodd C. Miller
the zero-length alloc.h (truncated by patch no doubt). Fixes PHP4 build; matthieu@laas.fr.
2000-12-18Argh. this commit didn't make it when I did it earlier - apache 1.3.14 + ↵Bob Beck
mod_ssl 2.7.1 merge
2000-10-16respect CC.Brad Smith
2000-07-07pass CFLAGS to build process, so that optimization happens; ↵Theo de Raadt
js3guj@gold.ocn.ne.jp
2000-04-18strip htdigest and htpasswd before installing.Federico G. Schwindt
2000-01-28More apache 1.3.11 changesBob Beck
2000-01-04strip on install, from fgsch@Bob Beck
1999-11-19make sure all the generated Makefile's are removed when running "makeBrad Smith
cleandir". ok'd by beck@
1999-10-10Make mips compile. -mojMats O Jansson
1999-10-07Fix missing includes - Thanks <Peter.Galbavy@knowledge.com>Bob Beck
1999-10-06added new spiffy htdocs/openbsd_pb.gif to distribution install target.Bob Beck
1999-10-02pick up apxs and suexec makefiles, add BUGS section toBob Beck
suexec mentioning that we do not install it setuid root and that this must be done for it to work.
1999-10-01Man pages would be nice.Bob Beck
1999-10-01change default values in here to sane ones for OpenBSD. suexec.h stuffBob Beck
gets set in config, but DEFAULT_PATH in httpd.h was an interesting polyglot of hoary old stuff from the RiscOS days...
1999-10-01build all the extra modules, for arch's that support DSOBob Beck
(not enabled by default). enable suexec with reasonable OpenBSD paramters, but install 555 - user must change to be setuid before use. Change configuration to use /dev/arandom
1999-09-30get xml and os include filesBob Beck
1999-09-29add makefile.bsd-wrapperBob Beck