diff options
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 2c3e31069..4fd89d273 100644 --- a/lib/expat/Makefile +++ b/lib/expat/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.3 2006/11/29 18:03:09 matthieu Exp $ -# $OpenBSD: Makefile,v 1.3 2006/11/29 18:03:09 matthieu Exp $ +# $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 $ .include <bsd.own.mk> DIST= ${.CURDIR} @@ -23,6 +23,8 @@ includes: ${DIST}/lib/expat_external.h \ ${DESTDIR}${X11BASE}/include/expat_external.h +obj: _xenocara_obj + NOPROFILE= .include <bsd.lib.mk> |