summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-09-16 04:27:30 +0000
committerache <ache@FreeBSD.org>2000-09-16 04:27:30 +0000
commit1501c8387d258b61801791c2ea06c5ad6105d37e (patch)
tree37aec671070da5f110db43103a35c5a13725414d
parentf2e89ce1f4d37c3c8e24e67420d095c7dcb98c81 (diff)
downloadFreeBSD-src-1501c8387d258b61801791c2ea06c5ad6105d37e.zip
FreeBSD-src-1501c8387d258b61801791c2ea06c5ad6105d37e.tar.gz
Remove unneded -lmytinfo
-rw-r--r--gnu/lib/libdialog/Makefile4
-rw-r--r--gnu/usr.bin/dialog/Makefile4
-rw-r--r--usr.sbin/stallion/stlstats/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile
index bf90e22..74aac0d 100644
--- a/gnu/lib/libdialog/Makefile
+++ b/gnu/lib/libdialog/Makefile
@@ -17,8 +17,8 @@ EXAMPLES= Makefile check1.c check2.c check3.c dselect.c fselect.c \
CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE
-LDADD+= -lncurses -lmytinfo
-DPADD+= ${LIBNCURSES} ${LIBMYTINFO}
+LDADD+= -lncurses
+DPADD+= ${LIBNCURSES}
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/dialog.h \
diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile
index ff5dcf7..2b5aee5 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>
diff --git a/usr.sbin/stallion/stlstats/Makefile b/usr.sbin/stallion/stlstats/Makefile
index e0eda1a..fdbce14 100644
--- a/usr.sbin/stallion/stlstats/Makefile
+++ b/usr.sbin/stallion/stlstats/Makefile
@@ -3,7 +3,7 @@
PROG= stlstats
MAN8= stlstats.8
-DPADD= ${LIBNCURSES} ${LIBMYTINFO}
-LDADD= -lncurses -lmytinfo
+DPADD= ${LIBNCURSES}
+LDADD= -lncurses
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud