Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/blacklist/lib typo



details:   https://anonhg.NetBSD.org/src/rev/ad11f1fe7535
branches:  trunk
changeset: 342589:ad11f1fe7535
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Dec 30 17:57:20 2015 +0000

description:
typo

diffstat:

 external/bsd/blacklist/lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 437011b761e3 -r ad11f1fe7535 external/bsd/blacklist/lib/Makefile
--- a/external/bsd/blacklist/lib/Makefile       Wed Dec 30 16:51:31 2015 +0000
+++ b/external/bsd/blacklist/lib/Makefile       Wed Dec 30 17:57:20 2015 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2015/12/30 16:42:48 christos Exp $
+# $NetBSD: Makefile,v 1.5 2015/12/30 17:57:20 christos Exp $
 
 USE_SHLIBDIR=   yes
 
 CPPFLAGS+=-D_REENTRANT
 DPADD+=${LIBPTHREAD}
-LPADD+=-lpthread
+LDADD+=-lpthread
 LIB=blacklist
 SRCS=bl.c blacklist.c
 MAN=libblacklist.3



Home | Main Index | Thread Index | Old Index