diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-10-03 23:24:53 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-10-03 23:24:53 +0000 |
commit | ebaf656d9f8f19db73f7c4e59d520e69120624e2 (patch) | |
tree | e11d1cb27584dc2a25c1a656d59745116ca26d04 /sys | |
parent | 22bdc28193df615b00e3b0a9bf4a8183c7ff9963 (diff) |
do not build debug libs, ovewriting a possible setting in the mk.conf
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/stand/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/stand/Makefile.inc b/sys/arch/hppa/stand/Makefile.inc index 45888d0f311..3754b0cfc18 100644 --- a/sys/arch/hppa/stand/Makefile.inc +++ b/sys/arch/hppa/stand/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 1999/12/23 04:11:56 mickey Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2000/10/03 23:24:52 mickey Exp $ CFLAGS=${DEBUG} -O2 -g -Wall -Werror CPPFLAGS+=-I${S} -I. -I${.CURDIR} @@ -13,6 +13,7 @@ LINKADDR=0x700000 LOADADDR=0x700000 HEAP_LIMIT=0x7c0000 CLEANFILES+= machine +DEBUGLIBS= no .if !make(libdep) && !make(sadep) && !make(salibdir) && !make(kernlibdir) && !make(obj) && !(defined(PROG) && ${PROG} == "mkboot") .BEGIN: |