diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-12 03:22:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-12 03:22:07 +0000 |
commit | 65cecc9a06d5a8f081b86f018f1aa020aebd9d7b (patch) | |
tree | 983749df330608ece579968a8ab5398c7cc09b42 /usr.bin | |
parent | 02ea12094c6f4879d47d68b83326b66fc84af6e1 (diff) |
Missed in last tn3270 commit due to cvs bug
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tn3270/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tn3270/Makefile.inc b/usr.bin/tn3270/Makefile.inc index 72ceb9185f5..9544c4cf166 100644 --- a/usr.bin/tn3270/Makefile.inc +++ b/usr.bin/tn3270/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.3 1998/07/27 15:24:32 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2000/10/12 03:22:06 millert Exp $ -CFLAGS += -DTERMCAP -D_USE_OLD_CURSES_ -DSRCRT -DKLUDGELINEMODE -DUSE_TERMIO -DTN3270 -Dunix +CFLAGS += -DSRCRT -DKLUDGELINEMODE -DUSE_TERMIO -DTN3270 -Dunix KBD = unix.kbd .include "${.CURDIR}/../../Makefile.inc" |