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 /app/xidle | |
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 'app/xidle')
-rw-r--r-- | app/xidle/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/xidle/Makefile b/app/xidle/Makefile index 954c2ad28..9ec0ab9fb 100644 --- a/app/xidle/Makefile +++ b/app/xidle/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2006/11/26 10:57:44 matthieu Exp $ +# $OpenBSD: Makefile,v 1.2 2006/12/02 16:28:48 matthieu Exp $ .include <bsd.own.mk> X11BASE?= /usr/X11R6 @@ -11,5 +11,7 @@ LDADD+= -L${X11BASE}/lib -lXss -lXext -lX11 MANDIR= ${X11BASE}/man/cat +obj: _xenocara_obj + .include <bsd.prog.mk> .include <bsd.xorg.mk> |