blob: 0e60946a5cd8098cb3c52b2131842fd47ff3e450 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $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>
|