]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - gnu/usr.bin/dialog/Makefile
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.git] / gnu / usr.bin / dialog / Makefile
1 # Makefile for dialog
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 .if ${MK_EXAMPLES} != "no"
7 SUBDIR= TESTS
8 .endif
9
10 PROG=   dialog
11
12 CFLAGS+= -Wall -Wstrict-prototypes
13
14 DPADD=  $(LIBDIALOG) $(LIBNCURSES)
15 LDADD=  -ldialog -lncurses
16
17 .include <bsd.prog.mk>