EEK! termios mode wasn't activated..

Noticed by:	Christian Weisgerber <naddy@mips.rhein-neckar.de>
This commit is contained in:
Peter Wemm 1999-11-30 05:56:12 +00:00
parent b3fc5d84c1
commit a10b671db8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53926
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ ONEUL= 1UL
.PATH: ${NCURSES}/man
INCS= -I. -I${.CURDIR} -I${NCURSES}/ncurses -I${NCURSES}/include
CFLAGS+=${INCS} -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H
CFLAGS+=${INCS} -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS
GENSRC= \
codes.c \

View File

@ -36,7 +36,7 @@ ONEUL= 1UL
.PATH: ${NCURSES}/man
INCS= -I. -I${.CURDIR} -I${NCURSES}/ncurses -I${NCURSES}/include
CFLAGS+=${INCS} -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H
CFLAGS+=${INCS} -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS
GENSRC= \
codes.c \