Module Name:    src
Committed By:   martin
Date:           Mon Nov  9 10:19:41 UTC 2020

Modified Files:
        src/usr.sbin/makemandb: Makefile

Log Message:
Fix copy&pasto in previous


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/makemandb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/makemandb/Makefile
diff -u src/usr.sbin/makemandb/Makefile:1.10 src/usr.sbin/makemandb/Makefile:1.11
--- src/usr.sbin/makemandb/Makefile:1.10	Sun Nov  8 21:56:48 2020
+++ src/usr.sbin/makemandb/Makefile	Mon Nov  9 10:19:41 2020
@@ -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+= 	-L${MDOCMLOBJDIR} -lm
 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};	\

Reply via email to