xref: /minix3/external/mit/Makefile (revision 3ac58492b3d3709bad0ae9c60a137f63a90960b7)
1#	$NetBSD: Makefile,v 1.5 2015/09/03 22:24:02 youri Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR+=	expat lua
6
7.if ${MKX11} != "no"
8SUBDIR+=	xorg
9SUBDIR+=	.WAIT ctwm
10.endif
11
12.include <bsd.subdir.mk>
13