9 lines
194 B
Makefile
9 lines
194 B
Makefile
# $OpenBSD Makefile,v 1.4 2006/04/17 13:29:58 matthieu Exp $
|
|
|
|
# bitmaps needed for building apps, so has to be done separately first
|
|
SUBDIR= xkbdata
|
|
|
|
build: _SUBDIRUSE
|
|
|
|
.include <bsd.subdir.mk>
|