summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-08-08 07:37:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-08-08 07:37:16 +0000
commit8a9b00c48ca809d6b2bce6310fb368a2ae74aa82 (patch)
tree1e5bd85f37e2eed81ddb5bcd40bfa794cd3dc085 /sys/arch/i386/stand
parente58bbc9bc0725c9044fb70b13b45718c62713bc6 (diff)
put COPTS in CFLAGS; idea from miod
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r--sys/arch/i386/stand/Makefile.inc4
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