diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1999-10-10 21:50:05 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1999-10-10 21:50:05 +0000 |
commit | f1c665f30173562026c3b8689296e92ba0a5fd0d (patch) | |
tree | 724ee62802a722c84168952a32fb86c017804a1a /usr.sbin | |
parent | 6f73ca6deaea984aa53b42fc51e80ab3130a2d89 (diff) |
Make mips compile. -moj
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/httpd/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper index eb816ec26f8..02ecd09ea4d 100644 --- a/usr.sbin/httpd/Makefile.bsd-wrapper +++ b/usr.sbin/httpd/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for Apache -# $OpenBSD: Makefile.bsd-wrapper,v 1.8 1999/10/07 21:57:34 beck Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.9 1999/10/10 21:50:04 maja Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -73,7 +73,7 @@ INSTALL_MODULES= # If you support dynamic loading, enable the so module, and build all the # modules that come with apache -.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "mips" +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "sparc" CONFIG_ARGS+= ${DSO_MODULE_ARGS} INSTALL_MODULES= src/modules/experimental/mod_mmap_static.so \ src/modules/experimental/mod_auth_digest.so \ |