diff options
author | peter <peter@FreeBSD.org> | 1999-11-30 05:56:12 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-11-30 05:56:12 +0000 |
commit | 090e2faa81b0dcf0cc3cc914f52d8747827c51fc (patch) | |
tree | c7d43cc5b82607b4efc50556cb066b6ffdcb8079 /lib | |
parent | 847f605cad221e74ada1a136556fd3dac6efcf95 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | lib/libncurses/Makefile | 2 | ||||
-rw-r--r-- | lib/ncurses/ncurses/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 5ab9dc1..b6f5f60 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 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 \ |