summaryrefslogtreecommitdiff
path: root/textproc/expat/builtin-imake.mk
blob: 77f5d4aa43d8b9f55b403c45ac9169e2d6857887 (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: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