diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-05-31 15:56:14 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-05-31 15:56:14 +0000 |
commit | 4d9555c82eca1d42b7d466454425e087b319cafa (patch) | |
tree | 1c4c8918e04bcb22009ec87d021aeedbcc142fb4 | |
parent | c423b5cb81080adfd32f227ee62fc19e9696ee9d (diff) |
spelling
-rw-r--r-- | usr.sbin/afs/libarla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/afs/libarla/Makefile b/usr.sbin/afs/libarla/Makefile index 2c4afb8796e..d4e76fb465b 100644 --- a/usr.sbin/afs/libarla/Makefile +++ b/usr.sbin/afs/libarla/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2000/09/11 14:40:27 art Exp $ +# $OpenBSD: Makefile,v 1.4 2001/05/31 15:56:13 todd Exp $ # # You don't want to understand this makefile. @@ -13,7 +13,7 @@ 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 +# XXX Until an egcs bug gets fixed .if (${MACHINE_ARCH} == "alpha") CFLAGS += -O0 .endif |