Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/makemandb Fix copy&pasto in previous



details:   https://anonhg.NetBSD.org/src/rev/127c1e15827e
branches:  trunk
changeset: 945910:127c1e15827e
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Nov 09 10:19:41 2020 +0000

description:
Fix copy&pasto in previous

diffstat:

 usr.sbin/makemandb/Makefile |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r 48b1f591bfa8 -r 127c1e15827e usr.sbin/makemandb/Makefile
--- a/usr.sbin/makemandb/Makefile       Mon Nov 09 10:19:18 2020 +0000
+++ b/usr.sbin/makemandb/Makefile       Mon Nov 09 10:19:41 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/11/08 21:56:48 nia Exp $
+# $NetBSD: Makefile,v 1.11 2020/11/09 10:19:41 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -29,10 +29,8 @@
 LDADD.makemandb+=      -lcrypto
 DPADD.makemandb+=      ${LIBCRYPTO}
 
-DPADD+=                ${LIBSQLITE3} ${LIBM} ${LIBZ} ${LIBPTHREAD}
-LDADD+=                -lsqlite3 -lm -lz -lpthread
-DPADD+=                ${LIBTERMLIB} ${LIBUTIL}
-DPADD+=                -ltermlib -lutil
+DPADD+=                ${LIBSQLITE3} ${LIBM} ${LIBPTHREAD} ${LIBZ} ${LIBTERMLIB} ${LIBUTIL}
+LDADD+=                -lsqlite3 -lm -lz -ltermlib -lutil -lpthread
 
 stopwords.c: stopwords.txt
        ( set -e; ${TOOL_NBPERF} -n stopwords_hash -s -p ${.ALLSRC};    \



Home | Main Index | Thread Index | Old Index