Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/tn3270 Remove some leftover bits of tn3270 that got ...



details:   https://anonhg.NetBSD.org/src/rev/399b0ffdb353
branches:  trunk
changeset: 750855:399b0ffdb353
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jan 17 04:15:41 2010 +0000

description:
Remove some leftover bits of tn3270 that got left behind.

diffstat:

 usr.bin/tn3270/Makefile     |   5 -----
 usr.bin/tn3270/Makefile.inc |  13 -------------
 2 files changed, 0 insertions(+), 18 deletions(-)

diffs (26 lines):

diff -r 6879f9e4999c -r 399b0ffdb353 usr.bin/tn3270/Makefile
--- a/usr.bin/tn3270/Makefile   Sat Jan 16 21:26:59 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-#      $NetBSD: Makefile,v 1.8 2005/09/17 16:52:02 chs Exp $
-
-SUBDIR = tools .WAIT tn3270 mset
-
-.include <bsd.subdir.mk>
diff -r 6879f9e4999c -r 399b0ffdb353 usr.bin/tn3270/Makefile.inc
--- a/usr.bin/tn3270/Makefile.inc       Sat Jan 16 21:26:59 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#      $NetBSD: Makefile.inc,v 1.12 2009/04/14 22:15:27 lukem Exp $
-
-WARNS?=        1       # XXX -Wcast-qual -Wshadow issues
-
-USE_FORT?= yes # network client
-
-CPPFLAGS+=-DTERMCAP -DSRCRT -DKLUDGELINEMODE -DUSE_TERMIO -DTN3270 -Dunix
-CPPFLAGS+=-I${.CURDIR} -I.
-KBD=   unix.kbd
-
-.if exists(${.CURDIR}/../../Makefile.inc)
-.include "${.CURDIR}/../../Makefile.inc"
-.endif



Home | Main Index | Thread Index | Old Index