diff options
author | cjep <cjep> | 2004-05-07 15:25:13 +0000 |
---|---|---|
committer | cjep <cjep> | 2004-05-07 15:25:13 +0000 |
commit | 63358e80e7ad2f23b37b0c045f3532083d978aba (patch) | |
tree | 2576cc6bcf81ba303f2953a42a62a6ed383ae494 /security | |
parent | 1c28c686de46f969d71c9d3f2acb1a84b743c04c (diff) | |
download | pkgsrc-63358e80e7ad2f23b37b0c045f3532083d978aba.tar.gz |
whitespace nits
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index d0b0ae64c70..286c8ab0be3 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2004/04/09 00:36:06 reed Exp $ +# $NetBSD: Makefile,v 1.66 2004/05/07 15:25:13 cjep Exp $ DISTNAME= gnupg-1.2.4 PKGREVISION= 1 @@ -40,7 +40,7 @@ ONLY_FOR_PLATFORM= *-*-i386 MACHINE_GNU_ARCH= i586 .endif -.if defined(M68060) && ${M68060} == YES +.if defined(M68060) && ${M68060} == YES # be more efficient on M68060 machines CONFIGURE_ENV+= M68060=${M68060} CFLAGS+= -m68060 |