diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-02 16:28:49 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-02 16:28:49 +0000 |
commit | 6694db7079fd5df62e3db16172f802bfecd28aa3 (patch) | |
tree | e3eb384986f129ef9238de6f2e6d514a3e65c706 /lib/expat | |
parent | 44640531be854f98fc0dbc5f7c3c1f79c6dc65da (diff) |
Make 'obj' now can make symlinks to /usr/obj/xenocara (or any other
directory designed by XENOCARA_OBJDIR in /etc/mk.conf).
Diffstat (limited to 'lib/expat')
-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> |