# $FreeBSD$ LIBDIR = ${STAGEDIR}/lib INCDIR = ${STAGEDIR}/usr/include/readline LIB = readline SRCS = \ bind.c \ callback.c \ compat.c \ complete.c \ display.c \ funmap.c \ histexpand.c \ histfile.c \ history.c \ histsearch.c \ input.c \ isearch.c \ keymaps.c \ kill.c \ macro.c \ mbutil.c \ misc.c \ nls.c \ parens.c \ readline.c \ rltty.c \ search.c \ shell.c \ signals.c \ terminal.c \ text.c \ tilde.c \ undo.c \ util.c \ vi_mode.c \ xmalloc.c INCS = \ chardefs.h \ history.h \ keymaps.h \ readline.h \ rlconf.h \ rlstdc.h \ rltypedefs.h \ tilde.h LDADD = -lncurses .include