diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-13 19:16:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-13 19:16:32 +0000 |
commit | 53218c15edcfe41c06028f1a17a68693bb6bc556 (patch) | |
tree | 1d0df32b127f247ba83c0a8cc104156535f70408 /lib/libcurses/Makefile | |
parent | 777adf5023503ad1519db23336d1e411ba8fa089 (diff) |
ncurses-4.2-980905
Diffstat (limited to 'lib/libcurses/Makefile')
-rw-r--r-- | lib/libcurses/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile index 9079fc69387..6cb9c099cea 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 1998/08/31 17:46:06 mickey Exp $ +# $OpenBSD: Makefile,v 1.28 1998/09/13 19:16:14 millert Exp $ # Uncomment this to enable tracing in libcurses #CURSESTRACE=-DTRACE @@ -12,8 +12,8 @@ AWK?= /usr/bin/awk LIB= curses SRCS= access.c alloc_entry.c captoinfo.c codes.c comp_captab.c comp_error.c \ comp_expand.c comp_hash.c comp_parse.c comp_scan.c define_key.c \ - expanded.c fallback.c hardscroll.c hashmap.c keyok.c lib_acs.c \ - lib_adabind.c lib_addch.c lib_addstr.c lib_baudrate.c \ + doalloc.c expanded.c fallback.c hardscroll.c hashmap.c keyok.c \ + lib_acs.c lib_adabind.c lib_addch.c lib_addstr.c lib_baudrate.c \ lib_beep.c lib_bkgd.c lib_box.c lib_chgat.c lib_clear.c \ lib_clearok.c lib_clrbot.c lib_clreol.c lib_color.c \ lib_colorset.c lib_cur_term.c lib_data.c lib_delch.c \ |