Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/usr.bin/tn3270/tools Pull up revision 1.10 (requested b...
details: https://anonhg.NetBSD.org/src/rev/dc402c4ee2f5
branches: netbsd-1-6
changeset: 529606:dc402c4ee2f5
user: he <he%NetBSD.org@localhost>
date: Sun Dec 01 12:19:18 2002 +0000
description:
Pull up revision 1.10 (requested by thorpej in ticket #821):
Make the tn3270 host tools build on non-BSD systems.
diffstat:
usr.bin/tn3270/tools/mkastods/Makefile | 3 ++-
usr.bin/tn3270/tools/mkastosc/Makefile | 3 ++-
usr.bin/tn3270/tools/mkdstoas/Makefile | 3 ++-
usr.bin/tn3270/tools/mkhits/Makefile | 3 ++-
4 files changed, 8 insertions(+), 4 deletions(-)
diffs (48 lines):
diff -r 33571a1dbd80 -r dc402c4ee2f5 usr.bin/tn3270/tools/mkastods/Makefile
--- a/usr.bin/tn3270/tools/mkastods/Makefile Sun Dec 01 12:18:27 2002 +0000
+++ b/usr.bin/tn3270/tools/mkastods/Makefile Sun Dec 01 12:19:18 2002 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 1999/07/14 21:36:37 wrstuden Exp $
+# $NetBSD: Makefile,v 1.9.10.1 2002/12/01 12:19:18 he Exp $
HOSTPROG= mkastods
+HOST_CPPFLAGS+= -DHOST_TOOL
SRCS= mkastods.c asc_ebc.c ebc_disp.c
.include <bsd.hostprog.mk>
diff -r 33571a1dbd80 -r dc402c4ee2f5 usr.bin/tn3270/tools/mkastosc/Makefile
--- a/usr.bin/tn3270/tools/mkastosc/Makefile Sun Dec 01 12:18:27 2002 +0000
+++ b/usr.bin/tn3270/tools/mkastosc/Makefile Sun Dec 01 12:19:18 2002 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 1999/07/14 21:36:37 wrstuden Exp $
+# $NetBSD: Makefile,v 1.9.10.1 2002/12/01 12:19:19 he Exp $
HOSTPROG= mkastosc
+HOST_CPPFLAGS+= -DHOST_TOOL
SRCS= mkastosc.c dohits.c asc_ebc.c ebc_disp.c
HOST_CPPFLAGS+=-I${.CURDIR}/../mkhits
diff -r 33571a1dbd80 -r dc402c4ee2f5 usr.bin/tn3270/tools/mkdstoas/Makefile
--- a/usr.bin/tn3270/tools/mkdstoas/Makefile Sun Dec 01 12:18:27 2002 +0000
+++ b/usr.bin/tn3270/tools/mkdstoas/Makefile Sun Dec 01 12:19:18 2002 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 1999/07/14 21:36:38 wrstuden Exp $
+# $NetBSD: Makefile,v 1.9.10.1 2002/12/01 12:19:19 he Exp $
HOSTPROG= mkdstoas
+HOST_CPPFLAGS+= -DHOST_TOOL
SRCS= mkdstoas.c asc_ebc.c ebc_disp.c
.include <bsd.hostprog.mk>
diff -r 33571a1dbd80 -r dc402c4ee2f5 usr.bin/tn3270/tools/mkhits/Makefile
--- a/usr.bin/tn3270/tools/mkhits/Makefile Sun Dec 01 12:18:27 2002 +0000
+++ b/usr.bin/tn3270/tools/mkhits/Makefile Sun Dec 01 12:19:18 2002 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 1999/07/14 21:36:38 wrstuden Exp $
+# $NetBSD: Makefile,v 1.9.10.1 2002/12/01 12:19:19 he Exp $
HOSTPROG= mkhits
+HOST_CPPFLAGS+= -DHOST_TOOL
SRCS= mkhits.c dohits.c asc_ebc.c ebc_disp.c
.include <bsd.hostprog.mk>
Home |
Main Index |
Thread Index |
Old Index