aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/dialog
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-09-16 04:27:30 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-09-16 04:27:30 +0000
commit22ed5ae46b2dd3106c5cd5721c0829f4fdbf2f26 (patch)
tree8cfc4d13e3e1067f2f8549d38cd7f2474be8cd0a /gnu/usr.bin/dialog
parent92fb76cd75b92d029f0ff584b1c7fc8d0631e119 (diff)
downloadsrc-22ed5ae46b2dd3106c5cd5721c0829f4fdbf2f26.tar.gz
src-22ed5ae46b2dd3106c5cd5721c0829f4fdbf2f26.zip
Remove unneded -lmytinfo
Notes
Notes: svn path=/head/; revision=65915
Diffstat (limited to 'gnu/usr.bin/dialog')
-rw-r--r--gnu/usr.bin/dialog/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile
index ff5dcf7ac57d..2b5aee5a7f79 100644
--- a/gnu/usr.bin/dialog/Makefile
+++ b/gnu/usr.bin/dialog/Makefile
@@ -8,7 +8,7 @@ MAN1= dialog.1
CFLAGS+= -Wall -Wstrict-prototypes
-DPADD+= $(LIBDIALOG) $(LIBNCURSES) $(LIBMYTINFO)
-LDADD+= -ldialog -lncurses -lmytinfo
+DPADD+= $(LIBDIALOG) $(LIBNCURSES)
+LDADD+= -ldialog -lncurses
.include <bsd.prog.mk>