pkgsrc/mk/x11.builtin.mk
rillig b1352a6a2e Replaced a .sinclude with .include to catch errors when X11_TYPE is not
one of "native" or "xorg". Failing with an error message in the right
file is better than failing somewhere else with a completely obscure
error message.
2006-10-26 17:08:08 +00:00

8 lines
247 B
Makefile

# $NetBSD: x11.builtin.mk,v 1.2 2006/10/26 17:08:08 rillig Exp $
#
# x11.builtin.mk will include the builtin.mk file from the appropriate
# X11 distribution.
#
.include "../../mk/x11.version.mk"
.include "${X11_PKGSRCDIR.${X11_TYPE}}/builtin.mk"