# Makefile for dialog # $FreeBSD$ SUBDIR= TESTS PROG= dialog CFLAGS+= -Wall -Wstrict-prototypes DPADD= $(LIBDIALOG) $(LIBNCURSES) LDADD= -ldialog -lncurses .include