aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-11-30 05:56:12 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-11-30 05:56:12 +0000
commita10b671db860d3efb88be3486ac2a51e4e4573b0 (patch)
tree314fee6ad0acb3f1157ee581afc603caf64dbb99 /lib
parentb3fc5d84c1026c2552550dc814526eb4bb46252b (diff)
downloadsrc-a10b671db860d3efb88be3486ac2a51e4e4573b0.tar.gz
src-a10b671db860d3efb88be3486ac2a51e4e4573b0.zip
EEK! termios mode wasn't activated..
Noticed by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Notes
Notes: svn path=/head/; revision=53926
Diffstat (limited to 'lib')
-rw-r--r--lib/libncurses/Makefile2
-rw-r--r--lib/ncurses/ncurses/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index 5ab9dc18abb0..b6f5f6085b40 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/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 \
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index 5ab9dc18abb0..b6f5f6085b40 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 \