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

.if !defined (NO_EXAMPLES)
SUBDIR=	TESTS
.endif

PROG=   dialog

CFLAGS+= -Wall -Wstrict-prototypes

DPADD=	$(LIBDIALOG) $(LIBNCURSES)
LDADD=	-ldialog -lncurses

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