2cc47a1202
the use of xkeyboard-config xkb definitions instead of the old xkbdata. This will make testing easier. No changes in default builds. ok shadchin@
15 lines
306 B
Makefile
15 lines
306 B
Makefile
# $OpenBSD: Makefile,v 1.5 2011/03/08 07:59:23 matthieu Exp $
|
|
|
|
# bitmaps needed for building apps, so has to be done separately first
|
|
|
|
.include <bsd.xconf.mk>
|
|
.if ${XENOCARA_USE_XKEYBOARD_CONFIG:L} == "yes"
|
|
SUBDIR= xkeyboard-config
|
|
.else
|
|
SUBDIR= xkbdata
|
|
.endif
|
|
|
|
build: _SUBDIRUSE
|
|
|
|
.include <bsd.subdir.mk>
|