diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-07-19 10:41:32 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-07-19 10:41:32 +0000 |
commit | 243f4d36c00a60d816a2d8dd1ae1c05b1c442217 (patch) | |
tree | 9aaf06f533ab59142a5f0b8de712cfc01b0713e6 /data/xkeyboard-config | |
parent | f3f5fd68583155f5bdf2bafd151888597b05538e (diff) |
Don't redefine build: locally
Diffstat (limited to 'data/xkeyboard-config')
-rw-r--r-- | data/xkeyboard-config/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/xkeyboard-config/Makefile b/data/xkeyboard-config/Makefile index 7b6fc455c..0954adf4d 100644 --- a/data/xkeyboard-config/Makefile +++ b/data/xkeyboard-config/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.5 2012/09/28 19:49:12 matthieu Exp $ +# $OpenBSD: Makefile,v 1.6 2015/07/19 10:40:40 matthieu Exp $ SUBDIR= compat geometry keycodes man pc rules symbols types -build: _SUBDIRUSE - .include <bsd.subdir.mk> +.include <bsd.xorg.mk> |