From 0e011b54078c0c02012912f96c635a6622356125 Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Sat, 16 Sep 1995 16:25:25 +0000 Subject: [PATCH] Removed libdialog. --- lib/libforms/examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libforms/examples/Makefile b/lib/libforms/examples/Makefile index 4389b705c043..b14392f7b6a2 100644 --- a/lib/libforms/examples/Makefile +++ b/lib/libforms/examples/Makefile @@ -11,7 +11,7 @@ FORMDIR=${.CURDIR}/../obj FORMDIR=${.CURDIR}/.. .endif -LDADD = -L${FORMDIR} -lforms -ldialog -lncurses -lmytinfo -ll +LDADD = -L${FORMDIR} -lforms -lncurses -lmytinfo -ll DPADD = ${LIBFORMS} ${LIBNCURSES} .include