# Makefile for dialog # $FreeBSD: head/gnu/usr.bin/dialog/Makefile 50472 1999-08-27 23:37:10Z peter $ PROG= dialog MAN1= dialog.1 CFLAGS+= -Wall -Wstrict-prototypes DPADD+= $(LIBDIALOG) $(LIBNCURSES) $(LIBMYTINFO) LDADD+= -ldialog -lncurses -lmytinfo .include