summaryrefslogtreecommitdiff
path: root/x11/Xrandr-mixedcase/builtin-imake.mk
blob: 7474999aba39cfd537ade81a52c2b8d147e5d1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
XCOMM $NetBSD: builtin-imake.mk,v 1.1 2005/06/01 18:03:27 jlam Exp $

/*
 * Check the value of BuildRandRLibrary for the presence of
 * Xrandr in the X11 distribution.
 */
builtin-test:
#if BuildRandRLibrary
	@echo yes
#else
	@echo no
#endif