diff options
author | marcel <marcel@FreeBSD.org> | 1999-12-13 21:25:08 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-12-13 21:25:08 +0000 |
commit | 81282dc10393616ec15c86c322ca38f186c34da5 (patch) | |
tree | c9b32e7351f1739e273b3c2d2dafcb822fc54279 /lib/libncurses | |
parent | 39eef9ac50edc8fec68a286507de869f0ca3af45 (diff) | |
download | FreeBSD-src-81282dc10393616ec15c86c322ca38f186c34da5.zip FreeBSD-src-81282dc10393616ec15c86c322ca38f186c34da5.tar.gz |
Add a `build-tools' target for make_hash and make_keys.
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 |