diff options
author | peter <peter@FreeBSD.org> | 2000-01-26 16:51:36 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-01-26 16:51:36 +0000 |
commit | 76882300b55ccf769cbc2bfdbe2ae9c55e656845 (patch) | |
tree | 4ef16386d4f391403961113a210c01cfd9cef173 /lib/libncurses/Makefile | |
parent | 4ffed038cc591690250d6c97937f1e94e50fe6a3 (diff) | |
download | FreeBSD-src-76882300b55ccf769cbc2bfdbe2ae9c55e656845.zip FreeBSD-src-76882300b55ccf769cbc2bfdbe2ae9c55e656845.tar.gz |
Add the new version.c file for curses_version(3)
Diffstat (limited to 'lib/libncurses/Makefile')
-rw-r--r-- | lib/libncurses/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 91409c7..f23aa48 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -198,6 +198,7 @@ SRCS= ${GENHDR} ${GENSRC} \ trace_xnames.c \ tries.c \ tty_update.c \ + version.c \ vsscanf.c \ wresize.c \ write_entry.c \ |