From e16c9d3a359777634ab5831719071ecd2a6c8ef6 Mon Sep 17 00:00:00 2001 From: millert Date: Sat, 5 Apr 1997 04:26:54 +0000 Subject: [PATCH] so strlen.c compiles again... --- sys/arch/alpha/stand/boot/Makefile | 4 ++-- 1 file 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 -- 2.20.1