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

DIALOG=	${.CURDIR}/../../../contrib/dialog
PROG=   dialog

LIBADD=	dialog ncursesw m
CFLAGS+= -I${.CURDIR} -I${DIALOG}
.PATH:	${DIALOG}

WARNS?= 6

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