diff options
| author | matt <matt@NetBSD.org> | 2015-06-24 22:20:24 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2015-06-24 22:20:24 +0000 |
| commit | 155e14460a6dd2ce5698ec5e260f778aa0809a1e (patch) | |
| tree | 0eadb94ee2e50774b3860c60b74e1410a4f7fc46 /tools/makekeys | |
| parent | 38b13568739eaaff4dd0886c3ad6b9cda286b075 (diff) | |
Support building the xorg X11 libraries under MKCOMPAT.
Add XORG_MACHINE_ARCH to compat's bsd.*.mk
Turn xorg makekeys and makestrs into real host tools which are installed into
${TOOLSDIR}
Diffstat (limited to 'tools/makekeys')
| -rw-r--r-- | tools/makekeys/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/makekeys/Makefile b/tools/makekeys/Makefile new file mode 100644 index 00000000000..92e4535ea28 --- /dev/null +++ b/tools/makekeys/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2015/06/24 22:20:26 matt Exp $ + +#NOMAN= + +#.include <bsd.own.mk> + +HOSTPROG= ${_TOOL_PREFIX}makekeys +HOST_SRCDIR= external/mit/xorg/tools/makekeys + +#.PATH: ${X11SRCDIR.X11}/src/util + +#HOST_CPPFLAGS+= -I${DESTDIR}${X11INCDIR} + +#SRCS= makekeys.c + +.include "${.CURDIR}/../Makefile.host" +#.include <bsd.hostprog.mk> |
