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/xsystrace/Makefile | |
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/xsystrace/Makefile')
-rw-r--r-- | app/xsystrace/Makefile | 4 |
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> |