opnsense-src/gnu/usr.bin/dialog/Makefile
Andrey A. Chernov c8389f985d Moved from ports, arrow keys allowed to edit input,
back tab key understanded now
1994-10-08 15:16:41 +00:00

11 lines
274 B
Makefile

PROG= dialog
MAN1= dialog.1
CFLAGS+= -Wall -Wstrict-prototypes -DHAVE_NCURSES -DLOCALE
DPADD= $(LIBNCURSES) $(LIBMYTINFO)
LDADD= -lncurses -lmytinfo
SRCS = dialog.c rc.c checklist.c inputbox.c menubox.c msgbox.c \
radiolist.c textbox.c yesno.c
.include "bsd.prog.mk"