diff options
author | Ed Maste <emaste@FreeBSD.org> | 2019-11-06 14:09:52 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2019-11-06 14:09:52 +0000 |
commit | 758bdc240105f5918fc17502042b47f00a314272 (patch) | |
tree | 98a60fee0afb7933bc75187532aeebc151a7096e /lib/Makefile | |
parent | 52253412b1a4ba5050d6d44baaf6f40f3a5dd25f (diff) | |
download | src-vendor/NetBSD/blacklist.tar.gz src-vendor/NetBSD/blacklist.zip |
Vendor import of NetBSD's external/bsd/blacklist @ 20191106vendor/NetBSD/blacklist/20191106vendor/NetBSD/blacklist
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/vendor/NetBSD/blacklist/dist/; revision=354388
svn path=/vendor/NetBSD/blacklist/20191106/; revision=354389; tag=vendor/NetBSD/blacklist/20191106
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index aea01caca228..4f1ab7717a99 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2016/01/05 13:07:46 christos Exp $ +# $NetBSD: Makefile,v 1.7 2019/03/08 20:40:05 christos Exp $ .include <bsd.own.mk> USE_SHLIBDIR= yes CPPFLAGS+=-D_REENTRANT -LIBDPLIBS+=pthread ${NETBSDSRCDIR}/lib/libpthread +#LIBDPLIBS+=pthread ${NETBSDSRCDIR}/lib/libpthread LIB=blacklist SRCS=bl.c blacklist.c MAN=libblacklist.3 |