diff options
author | matthieu | 2008-03-25 23:41:50 +0000 |
---|---|---|
committer | matthieu | 2008-03-25 23:41:50 +0000 |
commit | 702d7766ecaf4a72e54bea5a5b6c65adb6f5cfd5 (patch) | |
tree | 9277a9a257d2f21baed3142d013b642ec1495cda /Makefile | |
parent | c4305125daf980f2946ab783a9e7b41f64db86a6 (diff) | |
download | cwm-702d7766ecaf4a72e54bea5a5b6c65adb6f5cfd5.tar.gz |
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 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,8 +1,6 @@ -# $OpenBSD: Makefile,v 1.5 2008/03/23 15:09:21 simon Exp $ +# $OpenBSD: Makefile,v 1.6 2008/03/25 23:41:50 matthieu Exp $ -.include <bsd.own.mk> - -X11BASE?= /usr/X11R6 +.include <bsd.xconf.mk> PROG= cwm |