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