Module Name: src
Committed By: christos
Date: Wed Dec 30 17:57:20 UTC 2015
Modified Files:
src/external/bsd/blacklist/lib: Makefile
Log Message:
typo
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/blacklist/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/blacklist/lib/Makefile
diff -u src/external/bsd/blacklist/lib/Makefile:1.4 src/external/bsd/blacklist/lib/Makefile:1.5
--- src/external/bsd/blacklist/lib/Makefile:1.4 Wed Dec 30 11:42:48 2015
+++ src/external/bsd/blacklist/lib/Makefile Wed Dec 30 12:57:20 2015
@@ -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