Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/x11/tools add mkg3states as host tool



details:   https://anonhg.NetBSD.org/src/rev/df29b6bb60a8
branches:  trunk
changeset: 556554:df29b6bb60a8
user:      rtr <rtr%NetBSD.org@localhost>
date:      Sat Dec 20 12:55:01 2003 +0000

description:
add mkg3states as host tool

diffstat:

 x11/tools/Makefile            |   4 ++--
 x11/tools/mkg3states/Makefile |  11 +++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 8d5e102fb734 -r df29b6bb60a8 x11/tools/Makefile
--- a/x11/tools/Makefile        Sat Dec 20 12:54:15 2003 +0000
+++ b/x11/tools/Makefile        Sat Dec 20 12:55:01 2003 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.2 2003/09/12 18:52:57 lukem Exp $
+#      $NetBSD: Makefile,v 1.3 2003/12/20 12:55:01 rtr Exp $
 
 SUBDIR=        pswrap
-SUBDIR+=bdftopcf fc-cache mkfontdir ucs2any
+SUBDIR+=bdftopcf fc-cache mkfontdir ucs2any mkg3states
 SUBDIR+=makekeys .WAIT xkbcomp
 
 .include <bsd.subdir.mk>
diff -r 8d5e102fb734 -r df29b6bb60a8 x11/tools/mkg3states/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/tools/mkg3states/Makefile     Sat Dec 20 12:55:01 2003 +0000
@@ -0,0 +1,11 @@
+#      $NetBSD: Makefile,v 1.1 2003/12/20 12:55:01 rtr Exp $
+
+NOMAN= 1
+
+.include <bsd.own.mk>
+
+.PATH: ${X11SRCDIR.xc}/lib/lbxutil/image
+
+HOSTPROG=      mkg3states
+
+.include <bsd.hostprog.mk>



Home | Main Index | Thread Index | Old Index