diff options
Diffstat (limited to 'archivers/dar/Makefile')
-rw-r--r-- | archivers/dar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/dar/Makefile b/archivers/dar/Makefile index dbb70b8402f..cf6f9dac50e 100644 --- a/archivers/dar/Makefile +++ b/archivers/dar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2019/07/06 16:29:10 bsiegert Exp $ +# $NetBSD: Makefile,v 1.56 2019/11/02 22:54:26 rillig Exp $ DISTNAME= dar-2.4.13 PKGREVISION= 1 @@ -35,7 +35,7 @@ REPLACE_BASH+= doc/samples/*.bash doc/samples/*.sh doc/samples/*.duc ## Our threading check here is the same as the one used in devel/perl5. # CHECK_BUILTIN.pthread:=yes -. include "../../mk/pthread.builtin.mk" +.include "../../mk/pthread.builtin.mk" CHECK_BUILTIN.pthread:=no ## XXX I'm following the USE_FEATURES semantics used in security/openssl. |