Merge branch 'vendor/BIND' into bind_vendor2
[dragonfly.git] / gnu / usr.bin / dialog / Makefile
1 # Makefile for dialog
2 # $FreeBSD: src/gnu/usr.bin/dialog/Makefile,v 1.8.2.1 2001/04/25 12:03:34 ru Exp $
3 # $DragonFly: src/gnu/usr.bin/dialog/Makefile,v 1.2 2003/06/17 04:25:45 dillon Exp $
4
5 SUBDIR= TESTS
6
7 PROG=   dialog
8
9 CFLAGS+= -Wall -Wstrict-prototypes
10
11 DPADD+= $(LIBDIALOG) $(LIBNCURSES) $(LIBMYTINFO)
12 LDADD+= -ldialog -lncurses -lmytinfo
13
14 .include <bsd.prog.mk>