NetBSD/x11/bin/rgb/Makefile
lukem e214d537fb Rework to include <bsd.x11.mk> before all other <bsd.*.mk> _except_
<bsd.own.mk>, as we now set BINDIR,LIBDIR,MANDIR in <bsd.x11.mk>
rather than using a hierarchy of Makefile.inc files just to include
x11/Makefile.inc to get those variables.
2003-09-13 20:17:57 +00:00

17 lines
332 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:09 lukem Exp $
.include <bsd.own.mk>
PROG= showrgb
CPPFLAGS+=-DNDBM -DRGB_DB=\"${X11LIBDIR}/rgb\" -DUSE_RGB_TXT
CPPFLAGS+=-I${X11SRCDIR.xc}/programs/Xserver/include
FILES= rgb.txt
FILESDIR=${X11LIBDIR}
.PATH: ${X11SRCDIR.xc}/programs/rgb
.include <bsd.x11.mk>
.include <bsd.prog.mk>