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, 0 insertions, 12 deletions
diff --git a/fonts/Xft2/builtin-imake.mk b/fonts/Xft2/builtin-imake.mk
deleted file mode 100644
index 173c5fbd0a4..00000000000
--- a/fonts/Xft2/builtin-imake.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-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