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