crypt-sha1.c flags apply to all compilers in the tree, drop conditional.
This commit is contained in:
parent
5bfda53e09
commit
65d085af96
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.23 2012/03/21 05:37:42 matt Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2012/08/10 04:30:47 joerg Exp $
|
||||
|
||||
USE_SHLIBDIR= yes
|
||||
|
||||
|
@ -25,6 +25,4 @@ LDSTATIC?= -static
|
|||
.include <bsd.lib.mk>
|
||||
.endif
|
||||
|
||||
.if defined(HAVE_GCC) || defined(HAVE_PCC)
|
||||
COPTS.crypt-sha1.c+= -Wno-pointer-sign
|
||||
.endif
|
||||
|
|
Loading…
Reference in New Issue