diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-11-30 05:56:12 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-11-30 05:56:12 +0000 |
| commit | a10b671db860d3efb88be3486ac2a51e4e4573b0 (patch) | |
| tree | 314fee6ad0acb3f1157ee581afc603caf64dbb99 /lib/libncurses | |
| parent | b3fc5d84c1026c2552550dc814526eb4bb46252b (diff) | |
Notes
Diffstat (limited to 'lib/libncurses')
| -rw-r--r-- | lib/libncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 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 \ |
