diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-22 03:47:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-22 03:47:23 +0000 |
commit | 8cb5a1c25d33cbb8c0133953bcb9d033fbc95b35 (patch) | |
tree | a0a219e2fceae20daa0f2b3574dacd791e32f652 /sys/arch/amd64/stand | |
parent | b6a3de3cfa24b0d361d9020b81a634ba52fa73a5 (diff) |
CDIAGFLAGS= not needed
Diffstat (limited to 'sys/arch/amd64/stand')
-rw-r--r-- | sys/arch/amd64/stand/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/Makefile.inc b/sys/arch/amd64/stand/Makefile.inc index 78aa8fb2f37..383290bd8ff 100644 --- a/sys/arch/amd64/stand/Makefile.inc +++ b/sys/arch/amd64/stand/Makefile.inc @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.10 2013/12/28 02:51:06 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.11 2014/01/22 03:47:22 deraadt Exp $ CFLAGS=${DEBUG} ${COPTS} -Os -Wall -Werror CFLAGS+= -fno-stack-protector -DMDRANDOM -CDIAGFLAGS= CPPFLAGS+=-I${S} -I${SADIR}/libsa -I. -I${.CURDIR} SACFLAGS=-D_STANDALONE DEBUGLIBS=no |