Another round of spelling fixes in manpages, messages, readmes etc.
[dragonfly/vkernel-mp.git] / gnu / usr.bin / dialog / Makefile
blob86117d185c0407405514a6c633aa6b62066b29d5
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 06:25:45 dillon Exp $
5 SUBDIR= TESTS
7 PROG= dialog
9 CFLAGS+= -Wall -Wstrict-prototypes
11 DPADD+= $(LIBDIALOG) $(LIBNCURSES) $(LIBMYTINFO)
12 LDADD+= -ldialog -lncurses -lmytinfo
14 .include <bsd.prog.mk>