summaryrefslogtreecommitdiff
path: root/data/Makefile
blob: 32b12a514f4069e8682635e07b7901dbb9a2c57b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $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>