NetBSD/x11/tools/makekeys/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

14 lines
240 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/09/13 20:19:09 lukem Exp $
NOMAN= 1
.include <bsd.own.mk>
.PATH: ${X11SRCDIR.xc}/lib/X11/util
HOSTPROG= makekeys
HOST_CPPFLAGS+= -I${DESTDIR}/${X11INCDIR}
.include <bsd.x11.mk>
.include <bsd.hostprog.mk>