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