xref: /dragonfly/gnu/usr.bin/dialog/Makefile (revision fa419eae)
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
5SUBDIR=	TESTS
6
7PROG=   dialog
8WARNS?=	3
9
10DPADD+= $(LIBDIALOG) $(LIBNCURSES) $(LIBMYTINFO)
11LDADD+= -ldialog -lncurses -lmytinfo
12
13.include <bsd.prog.mk>
14