diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-03-25 23:41:51 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-03-25 23:41:51 +0000 |
commit | 28a817eb7db2b6e503c2664c7d3683be0e3ce5f3 (patch) | |
tree | 6ce16dcf1a00f9d4a692ea93e91d6258a79c3316 /app/xvctl | |
parent | d0296cb2dca77008ac87984bf5fff52ca809195d (diff) |
Introduce bsd.xconf.mk to set default config variables used
at several places in the Xenocara build in a central place instead
of duplicating the checks all over the place. ok oga@.
Diffstat (limited to 'app/xvctl')
-rw-r--r-- | app/xvctl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/xvctl/Makefile b/app/xvctl/Makefile index 33bd71e5d..cafc6c9b2 100644 --- a/app/xvctl/Makefile +++ b/app/xvctl/Makefile @@ -1,7 +1,5 @@ -# $OpenBSD: Makefile,v 1.3 2007/04/09 15:48:56 matthieu Exp $ - -.include <bsd.own.mk> -X11BASE?= /usr/X11R6 +# $OpenBSD: Makefile,v 1.4 2008/03/25 23:41:50 matthieu Exp $ +.include <bsd.xconf.mk> PROG=xvctl MAN=xvctl.1 |