diff options
author | 2001-05-31 15:56:13 +0000 | |
---|---|---|
committer | 2001-05-31 15:56:13 +0000 | |
commit | d8944ff83f43151b3ac090c4023249ef9e04f0f5 (patch) | |
tree | ef89123db280e0c47d63a19cfd487b3d092b9e63 | |
parent | Relocation types on alpha. (diff) | |
download | wireguard-openbsd-d8944ff83f43151b3ac090c4023249ef9e04f0f5.tar.xz wireguard-openbsd-d8944ff83f43151b3ac090c4023249ef9e04f0f5.zip |
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 |