# Makefile for dialog # $FreeBSD$ .include .if ${MK_EXAMPLES} != "no" SUBDIR= TESTS .endif PROG= dialog CFLAGS+= -Wall -Wstrict-prototypes DPADD= $(LIBDIALOG) $(LIBNCURSES) LDADD= -ldialog -lncurses .include