diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-05 04:26:55 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-05 04:26:55 +0000 |
commit | 8d51e38038f751d70ad659af66ddd476850adf51 (patch) | |
tree | feaf445d3054f29d69c873aae1221c05176b66e0 | |
parent | 5e39276c5d66fe715d7ea5195c3e11be47b7f5dd (diff) |
so strlen.c compiles again...
-rw-r--r-- | sys/arch/alpha/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/boot/Makefile b/sys/arch/alpha/stand/boot/Makefile index 6bfa14e729b..a4dc4aa2df2 100644 --- a/sys/arch/alpha/stand/boot/Makefile +++ b/sys/arch/alpha/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1996/11/27 19:54:51 niklas Exp $ +# $OpenBSD: Makefile,v 1.7 1997/04/05 04:26:54 millert Exp $ # $NetBSD: Makefile,v 1.10 1996/10/18 06:01:41 thorpej Exp $ .PATH: ${.CURDIR}/.. ${.CURDIR}/../../../../lib/libsa @@ -19,7 +19,7 @@ HEADERSIZE_PROG = headersize DEFNS= -DCOMPAT_UFS -DALPHA_BOOT_ECOFF # -DALPHA_BOOT_ELF AFLAGS += -DASSEMBLER ${DEFNS} -CPPFLAGS += -I${.CURDIR}/../.. -I${.CURDIR}/../../../.. +CPPFLAGS += -I${.CURDIR}/../.. -I${.CURDIR}/../../../.. -I${.CURDIR}/../../../../lib/libsa CFLAGS = -Werror -mno-fp-regs -g ${DEFNS} CLEANFILES+= vers.c vers.o |