diff options
Diffstat (limited to 'lib/libncurses')
-rw-r--r-- | lib/libncurses/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 9f35aa4..31ea17c 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -304,6 +304,8 @@ term.h: MKterm.h.awk edit_cfg.sh Caps mv -f $@.new $@ # Build tools +build-tools: make_hash make_keys + make_keys: make_keys.c names.c ${CC} -o $@ ${CFLAGS} ${NCURSES}/ncurses/tinfo/make_keys.c |