diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-27 03:37:38 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-27 03:37:38 +0000 |
commit | d12e6a29548a123c1cd4b510bedcbe7dd335a62b (patch) | |
tree | 0e21059fd90b0728d04718f92ea535781466c898 /lib/libcurses/Makefile | |
parent | d8048d3af8bf345721a085bbe09f17c2adac1453 (diff) |
update to ncurses-4.2-980725
Diffstat (limited to 'lib/libcurses/Makefile')
-rw-r--r-- | lib/libcurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile index 1ce85c14c16..9e884d581f8 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 1998/07/23 21:23:40 millert Exp $ +# $OpenBSD: Makefile,v 1.24 1998/07/27 03:37:26 millert Exp $ # Uncomment this to enable tracing in libcurses #CURSESTRACE=-DTRACE @@ -10,7 +10,7 @@ FALLBACK_LIST= AWK?= /usr/bin/awk LIB= curses -SRCS= alloc_entry.c captoinfo.c codes.c comp_captab.c comp_error.c \ +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 \ |