summaryrefslogtreecommitdiff
path: root/security/pgp2/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'security/pgp2/options.mk')
-rw-r--r--security/pgp2/options.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/pgp2/options.mk b/security/pgp2/options.mk
index 7d69b019d3b..c4aec1dae80 100644
--- a/security/pgp2/options.mk
+++ b/security/pgp2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2005/12/01 20:18:29 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2019/11/04 21:12:58 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pgp2
PKG_SUPPORTED_OPTIONS= rsaref
@@ -27,11 +27,11 @@ RSAOBJS= rsaglue1.o
FIX_RPATH+= RSALIBS
.if ${MACHINE_ARCH} == "m68k"
-.if !empty(PKG_OPTIONS:Mm68060-optimized)
+. if !empty(PKG_OPTIONS:Mm68060-optimized)
OBJS_EXT=
ASMFLAG= -m68060 -DPORTABLE -DMPORTABLE
-.else
+. else
OBJS_EXT= mc68020.o
ASMFLAG=
-.endif
+. endif
.endif