1 # $NetBSD: Makefile,v 1.4 2008/09/02 01:39:19 lukem Exp $
7 .PATH
: ${X11SRCDIR.xc
}/programs
/rgb
10 RGBSRCDIR
= ${X11SRCDIR.xc
}/programs
/${PROG}
12 CPPFLAGS
+=-DNDBM
-DRGB_DB
=\"${X11LIBDIR}/rgb
\"
13 CPPFLAGS
+=-I
${X11SRCDIR.xc
}/programs
/Xserver
/include
21 rgb.db
: ${RGBSRCDIR}/rgb.txt rgb_mkdb.sh
24 TOOL_AWK
=${AWK
:Q
} TOOL_DB
=${TOOL_DB
:Q
} ${HOST_SH} \
25 ${.CURDIR
}/rgb_mkdb.sh
${RGBSRCDIR}/rgb.txt
${.TARGET
} \
29 .
include <bsd.prog.mk
>