--- Makefile.orig 1999-10-30 17:40:50.000000000 -0500 +++ Makefile 2010-06-08 20:29:51.000000000 -0500 @@ -1,8 +1,13 @@ +DESTDIR= ${PREFIX} +BINDIR= /bin +MANDIR= /man/man +NO_MANCOMPRESS= 1 + PROG= dialog SRCS= dialog.c CFLAGS+= -I/usr/local/include -Wall -pedantic -LDADD= -ldialog -L/usr/local/lib/ -liberty +LDADD= -ldialog .include