blob: 7e81b4bdc7205c909bda34c3502cf15e7580c7b9 (
plain)
1
2
3
4
5
6
7
8
|
# $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>
|