diff options
author | 1997-04-05 04:26:54 +0000 | |
---|---|---|
committer | 1997-04-05 04:26:54 +0000 | |
commit | e16c9d3a359777634ab5831719071ecd2a6c8ef6 (patch) | |
tree | 0c5473afb2e7cdfebdf153c3a71f37ec356f8ee6 | |
parent | From NetBSD PR/3405: Krister Walfridsson <cato@ulysses.df.lth.se>: Various (diff) | |
download | wireguard-openbsd-e16c9d3a359777634ab5831719071ecd2a6c8ef6.tar.xz wireguard-openbsd-e16c9d3a359777634ab5831719071ecd2a6c8ef6.zip |
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 |