49b6621f2c
pieces to try to compile directly from cvs (but xenocara needs to stop reaching out in share/mk for that to work) move xmessage to necessary build components, as some windowmaker widget tests for its presence.
18 lines
293 B
Makefile
18 lines
293 B
Makefile
# $OpenBSD: Makefile,v 1.2 2012/11/03 09:41:55 espie Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += share/mk
|
|
SUBDIR += proto
|
|
SUBDIR += lib
|
|
SUBDIR += data
|
|
SUBDIR += app
|
|
SUBDIR += driver
|
|
SUBDIR += font
|
|
SUBDIR += kdrive
|
|
SUBDIR += meta
|
|
SUBDIR += util
|
|
SUBDIR += xserver
|
|
SUBDIR += release
|
|
|
|
.include <bsd.port.subdir.mk>
|