summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-02-05 19:15:22 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-02-05 19:15:22 +0000
commitb958cb83f7b7576801584c5e29f330844a962cb0 (patch)
treeabea3db4e4d18a2ba32a285ca5a87d58c51afb43 /share/mk
parentdd76134399b1c6652a01c80bbb78f3abd95a03ac (diff)
Revert 1.54 and build debug libs on hp300 too.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.lib.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk
index ecfd301cb0f..c4a0021ad52 100644
--- a/share/mk/bsd.lib.mk
+++ b/share/mk/bsd.lib.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.lib.mk,v 1.57 2007/01/04 11:51:26 otto Exp $
+# $OpenBSD: bsd.lib.mk,v 1.58 2009/02/05 19:15:21 miod Exp $
# $NetBSD: bsd.lib.mk,v 1.67 1996/01/17 20:39:26 mycroft Exp $
# @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
@@ -147,7 +147,7 @@ CXXFLAGS+= ${CXXDIAGFLAGS}
CFLAGS+= ${COPTS}
CXXFLAGS+= ${CXXOPTS}
-.if ${MACHINE} != "hp300" && ${MACHINE} != "zaurus"
+.if ${MACHINE} != "zaurus"
DEBUG?= -g
.endif