1c8389f98SAndrey A. ChernovPROG= dialog 2c8389f98SAndrey A. ChernovMAN1= dialog.1 3c8389f98SAndrey A. Chernov 4c8389f98SAndrey A. ChernovCFLAGS+= -Wall -Wstrict-prototypes -DHAVE_NCURSES -DLOCALE 5c8389f98SAndrey A. ChernovDPADD= $(LIBNCURSES) $(LIBMYTINFO) 6c8389f98SAndrey A. ChernovLDADD= -lncurses -lmytinfo 7c8389f98SAndrey A. Chernov 8c8389f98SAndrey A. ChernovSRCS = dialog.c rc.c checklist.c inputbox.c menubox.c msgbox.c \ 9c8389f98SAndrey A. Chernovradiolist.c textbox.c yesno.c 10c8389f98SAndrey A. Chernov 11c8389f98SAndrey A. Chernov.include "bsd.prog.mk" 12