diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2022-06-17 19:34:58 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2022-06-17 19:34:58 +0000 |
| commit | b0bcedef1a8c1abf4bd2328560ae1c6182cdef61 (patch) | |
| tree | 585b1c1af7d86fb831c6edc8888bc65de3900587 /lib/ncurses | |
| parent | e6775534aee1963a39e5ee762b8eab1d7dfb1b6b (diff) | |
Diffstat (limited to 'lib/ncurses')
| -rw-r--r-- | lib/ncurses/tinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ncurses/tinfo/Makefile b/lib/ncurses/tinfo/Makefile index b02b8ee532c1..d7b7343dfcdc 100644 --- a/lib/ncurses/tinfo/Makefile +++ b/lib/ncurses/tinfo/Makefile @@ -81,7 +81,7 @@ GENHDRS= \ termcap.h \ unctrl.h -SRCS= ${GENHDRS} ${GENSRCS} +SRCS= ${GENHDRS} ${GENSRCS} ${SRCHDRS} .PATH: ${NCURSES_DIR}/ncurses/base SRCS+= \ |
