diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-25 23:13:26 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-25 23:13:26 +0000 |
commit | 9dde26b4bd0aa9f0da9b37bec79a02e3fbf56ecd (patch) | |
tree | b36f3fb6774c67a232ba615366cfdd82cb267eae | |
parent | d540911a9d2fc11ce87324bbeb09d3ed09efc100 (diff) |
no more -O1 needed on alpha
-rw-r--r-- | usr.sbin/httpd/Makefile.bsd-wrapper | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper index 26cdd079544..64d8fe0e633 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.37 2002/12/10 16:58:12 henning Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.38 2002/12/25 23:13:25 henning Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -788,10 +788,6 @@ ICONFILES= \ .include <bsd.own.mk> -.if ${MACHINE_ARCH} == "alpha" -COPTS+=-O1 -.endif - all: prereq @cd ${.OBJDIR} && ${MAKE} |