]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - gnu/usr.bin/dialog/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / gnu / usr.bin / dialog / Makefile
1 # $FreeBSD$
2
3 DIALOG= ${.CURDIR}/../../../contrib/dialog
4 PROG=   dialog
5
6 DPADD=  $(LIBDIALOG) $(LIBNCURSES) $(LIBM)
7 LDADD=  -ldialog -lncursesw -lm
8 CFLAGS+= -I${.CURDIR} -I${DIALOG}
9 .PATH:  ${DIALOG}
10
11 WARNS?= 3
12
13 .include <bsd.prog.mk>