12 lines
230 B
Makefile
12 lines
230 B
Makefile
|
# $OpenBSD: Makefile,v 1.6 2011/08/30 21:15:30 matthieu Exp $
|
||
|
|
||
|
# bitmaps needed for building apps, so has to be done separately first
|
||
|
|
||
|
.include <bsd.xconf.mk>
|
||
|
|
||
|
SUBDIR= xkeyboard-config
|
||
|
|
||
|
build: _SUBDIRUSE
|
||
|
|
||
|
.include <bsd.subdir.mk>
|