9 lines
192 B
Makefile
9 lines
192 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/04/04 22:30:55 david Exp $
|
|
|
|
# bitmaps needed for building apps, so has to be done separately first
|
|
SUBDIR= xkbdata
|
|
|
|
build: _SUBDIRUSE
|
|
|
|
.include <bsd.subdir.mk>
|