summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/dialog/Makefile
blob: e0b67407034b9872f75349b1b1e9a8ed734f0111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Makefile for dialog
# $Id$

PROG=   dialog
MAN1=   dialog.1
SRCS=	dialog.c rc.c checklist.c inputbox.c menubox.c msgbox.c \
	radiolist.c textbox.c yesno.c

CFLAGS+= -Wall -Wstrict-prototypes -DHAVE_NCURSES -DLOCALE

DPADD+= $(LIBNCURSES) $(LIBMYTINFO)
LDADD+= -lncurses -lmytinfo

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud