diff options
Diffstat (limited to 'security/pgp2/Makefile')
-rw-r--r-- | security/pgp2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index d0f72446a14..24e54f7f5e6 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2007/01/07 09:14:10 rillig Exp $ +# $NetBSD: Makefile,v 1.51 2007/02/22 19:27:08 wiz Exp $ DISTNAME= pgp263is PKGREVISION= 1 @@ -37,7 +37,7 @@ ASMFLAG= -DPORTABLE -DMPORTABLE .include "../../mk/endian.mk" .if (${MACHINE_ENDIAN} == "big") -CFLAGS+= -DHIGHFIRST +CFLAGS+= -DHIGHFIRST .endif BUILD_DEFS+= ASMFLAG |