openbsd-ports/base/xenocara/Makefile
espie 49b6621f2c forgot to relink release, fix it so that we try to build it.
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.
2012-11-03 09:41:55 +00:00

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>