ncurses: Add wide-character support
[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
4 SUBDIR= TESTS
5
6 PROG=   dialog
7 WARNS?= 3
8
9 DPADD+= $(LIBDIALOG) $(LIBNCURSES)
10 LDADD+= -ldialog -lncurses
11
12 .include <bsd.prog.mk>