NetBSD/external/mit/Makefile
mrg cf4dd8937a remove the xfree86 reachover makefiles and the vast majority of
the support in the rest of the source tree.

X11 sets could use some cleaning up perhaps (just deletion, as
we've never really marked the old X11R6 as obsolete for native
xorg using platforms so far either.)
2015-07-23 08:03:24 +00:00

12 lines
168 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/07/23 08:03:25 mrg Exp $
.include <bsd.own.mk>
SUBDIR+= expat lua
.if ${MKX11} != "no"
SUBDIR+= xorg
.endif
.include <bsd.subdir.mk>