]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - gnu/usr.bin/dialog/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>