summaryrefslogtreecommitdiffstats
path: root/lib/ncurses
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-11-30 05:56:12 +0000
committerpeter <peter@FreeBSD.org>1999-11-30 05:56:12 +0000
commit090e2faa81b0dcf0cc3cc914f52d8747827c51fc (patch)
treec7d43cc5b82607b4efc50556cb066b6ffdcb8079 /lib/ncurses
parent847f605cad221e74ada1a136556fd3dac6efcf95 (diff)
downloadFreeBSD-src-090e2faa81b0dcf0cc3cc914f52d8747827c51fc.zip
FreeBSD-src-090e2faa81b0dcf0cc3cc914f52d8747827c51fc.tar.gz
EEK! termios mode wasn't activated..
Noticed by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index 5ab9dc1..b6f5f60 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -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 \
OpenPOWER on IntegriCloud