summaryrefslogtreecommitdiff
path: root/x11/Xrender/builtin-imake.mk
diff options
context:
space:
mode:
Diffstat (limited to 'x11/Xrender/builtin-imake.mk')
-rw-r--r--x11/Xrender/builtin-imake.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/Xrender/builtin-imake.mk b/x11/Xrender/builtin-imake.mk
new file mode 100644
index 00000000000..0e225d1d135
--- /dev/null
+++ b/x11/Xrender/builtin-imake.mk
@@ -0,0 +1,12 @@
+XCOMM $NetBSD: builtin-imake.mk,v 1.1 2005/06/01 18:03:27 jlam Exp $
+
+/*
+ * Check the value of BuildRenderLibrary for the presence of
+ * Xrender in the X11 distribution.
+ */
+builtin-test:
+#if BuildRenderLibrary
+ @echo yes
+#else
+ @echo no
+#endif