summaryrefslogtreecommitdiff
path: root/app/xsystrace/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-12-02 16:28:49 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-12-02 16:28:49 +0000
commit6694db7079fd5df62e3db16172f802bfecd28aa3 (patch)
treee3eb384986f129ef9238de6f2e6d514a3e65c706 /app/xsystrace/Makefile
parent44640531be854f98fc0dbc5f7c3c1f79c6dc65da (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/xsystrace/Makefile')
-rw-r--r--app/xsystrace/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/xsystrace/Makefile b/app/xsystrace/Makefile
index cd01f7ee3..fb3bed68b 100644
--- a/app/xsystrace/Makefile
+++ b/app/xsystrace/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2006/11/29 11:33:49 matthieu Exp $
+# $OpenBSD: Makefile,v 1.6 2006/12/02 16:28:48 matthieu Exp $
PROG= xsystrace
MAN= xsystrace.1
@@ -19,6 +19,8 @@ afterinstall:
X11BASE?= /usr/X11R6
MANDIR= ${X11BASE}/man/cat
+obj: _xenocara_obj
+
.include <bsd.prog.mk>
.include <bsd.xorg.mk>
.include <bsd.subdir.mk>