Remove some leftover bits of tn3270 that got left behind.

This commit is contained in:
dholland 2010-01-17 04:15:41 +00:00
parent a6b956aa6c
commit dcf56c99e1
2 changed files with 0 additions and 18 deletions

View File

@ -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>

View File

@ -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