]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - gnu/usr.bin/dialog/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>