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

SUBDIR=	TESTS

PROG=   dialog

CFLAGS+= -Wall -Wstrict-prototypes

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

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