diff options
author | Bernd Ahlers <bernd@cvs.openbsd.org> | 2007-04-26 11:55:29 +0000 |
---|---|---|
committer | Bernd Ahlers <bernd@cvs.openbsd.org> | 2007-04-26 11:55:29 +0000 |
commit | 899e44bee5b681239d5aa9e94bcb6d0a8e8ef7c8 (patch) | |
tree | 70a0294eeb4619fd6cc04df57399dca5ef53d191 /lib/expat/Makefile | |
parent | 482bd7dcd807fcbfa1a054e709833bed6fb7a811 (diff) |
Bump expat major library version number and build the xmlwf tool.
Preparation for the expat removal from ports.
help & ok matthieu@ and sturm@
Diffstat (limited to 'lib/expat/Makefile')
-rw-r--r-- | lib/expat/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/expat/Makefile b/lib/expat/Makefile index e68ccd2f1..f8aa3342d 100644 --- a/lib/expat/Makefile +++ b/lib/expat/Makefile @@ -1,5 +1,5 @@ -# $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 $ +# $OpenBSD: Makefile,v 1.6 2007/04/26 11:55:28 bernd Exp $ +# $OpenBSD: Makefile,v 1.6 2007/04/26 11:55:28 bernd Exp $ .include <bsd.own.mk> DIST= ${.CURDIR} @@ -10,6 +10,8 @@ CFLAGS+= -I${.CURDIR} CPPFLAGS+= -DHAVE_EXPAT_CONFIG_H DEBUG?= +SUBDIR= xmlwf + test: @echo "dist $(DIST)/lib" |