summaryrefslogtreecommitdiff
path: root/usr.sbin/afs
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/afs')
-rw-r--r--usr.sbin/afs/libarla/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/afs/libarla/Makefile b/usr.sbin/afs/libarla/Makefile
index a95fc97168b..5d0bec6278b 100644
--- a/usr.sbin/afs/libarla/Makefile
+++ b/usr.sbin/afs/libarla/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 1998/09/14 21:53:28 art Exp $
+# $OpenBSD: Makefile,v 1.2 1999/06/06 15:16:40 niklas Exp $
#
# You don't want to understand this makefile.
@@ -13,6 +13,11 @@ CFLAGS += -DHAVE_CONFIG_H -I${.CURDIR}/../src/include -I. \
-I${.CURDIR}/../src/lib/roken -I${.CURDIR}/../src/util \
-I${.CURDIR}/../src -I${.CURDIR}/../libroken
+# XXX Until an egtcs bug gets fixed
+.if (${MACHINE_ARCH} == "alpha")
+CFLAGS += -O0
+.endif
+
.include "Makefile.lwp.inc"
.include "Makefile.rx.inc"
.include "Makefile.rxdef.inc"