diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-12-13 21:25:08 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-12-13 21:25:08 +0000 |
| commit | 895a95935f1f7030f844bfa06246ae9f699620f7 (patch) | |
| tree | 6b828d4ec3ccf61402b39df14420bddea7ebf7e4 /lib/libncurses | |
| parent | ac55add06c94986e8d25752b73e133ec5d39c611 (diff) | |
Notes
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 9f35aa484cb5..31ea17c8014c 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 |
