summaryrefslogtreecommitdiff
path: root/lib/expat/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-04-07 15:37:51 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-04-07 15:37:51 +0000
commit846a59de5c9b5b04407a7b234cb1c8111f0e7e59 (patch)
tree17c86e11002d600f46ac07b05cdbe6ed36880f28 /lib/expat/Makefile
parent368bbd464a22291024d6866919e3f2677a20fe6a (diff)
Don't include debugging symbols.
Diffstat (limited to 'lib/expat/Makefile')
-rw-r--r--lib/expat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/expat/Makefile b/lib/expat/Makefile
index 4fd89d273..e68ccd2f1 100644
--- a/lib/expat/Makefile
+++ b/lib/expat/Makefile
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile,v 1.4 2006/12/02 16:28:48 matthieu Exp $
-# $OpenBSD: Makefile,v 1.4 2006/12/02 16:28:48 matthieu Exp $
+# $OpenBSD: Makefile,v 1.5 2007/04/07 15:37:50 matthieu Exp $
+# $OpenBSD: Makefile,v 1.5 2007/04/07 15:37:50 matthieu Exp $
.include <bsd.own.mk>
DIST= ${.CURDIR}
@@ -8,6 +8,7 @@ LIB= expat
SRCS= xmlparse.c xmltok.c xmlrole.c
CFLAGS+= -I${.CURDIR}
CPPFLAGS+= -DHAVE_EXPAT_CONFIG_H
+DEBUG?=
test:
@echo "dist $(DIST)/lib"