1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/gnu/usr.bin/dialog/Makefile

12 lines
274 B
Makefile
Raw Normal View History

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"