summaryrefslogtreecommitdiffstats
path: root/lib/libforms
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1995-09-16 16:25:25 +0000
committerpaul <paul@FreeBSD.org>1995-09-16 16:25:25 +0000
commitd500436e5d23119a6ac31100fd9268b3d8b0fc88 (patch)
treedef0feb41d09b3033c3840e3b1226b02d5bccd8d /lib/libforms
parent9540c06d421c9ec17563dd402bf1c1492742f497 (diff)
downloadFreeBSD-src-d500436e5d23119a6ac31100fd9268b3d8b0fc88.zip
FreeBSD-src-d500436e5d23119a6ac31100fd9268b3d8b0fc88.tar.gz
Removed libdialog.
Diffstat (limited to 'lib/libforms')
-rw-r--r--lib/libforms/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libforms/examples/Makefile b/lib/libforms/examples/Makefile
index 4389b70..b14392f 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud