diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-08 07:37:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-08 07:37:16 +0000 |
commit | 8a9b00c48ca809d6b2bce6310fb368a2ae74aa82 (patch) | |
tree | 1e5bd85f37e2eed81ddb5bcd40bfa794cd3dc085 /sys/arch/i386/stand | |
parent | e58bbc9bc0725c9044fb70b13b45718c62713bc6 (diff) |
put COPTS in CFLAGS; idea from miod
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/Makefile.inc b/sys/arch/i386/stand/Makefile.inc index 8eebeabcd97..313b680bd91 100644 --- a/sys/arch/i386/stand/Makefile.inc +++ b/sys/arch/i386/stand/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.33 2003/07/19 00:03:52 david Exp $ +# $OpenBSD: Makefile.inc,v 1.34 2003/08/08 07:37:15 deraadt Exp $ -CFLAGS=${DEBUG} -Os -Wall -Werror +CFLAGS=${DEBUG} ${COPTS} -Os -Wall -Werror CFLAGS+= -fno-stack-protector CPPFLAGS+=-I${S} -I${SADIR}/libsa -I. -I${.CURDIR} SACFLAGS=-D_STANDALONE |