]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/usr.bin/dialog/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>