summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorgrant <grant>2003-07-30 18:35:53 +0000
committergrant <grant>2003-07-30 18:35:53 +0000
commited50fea83988bf7754fae4691c425fba0f231ad3 (patch)
tree8e5d30fa3be94cf60d392ef9aaa9a5b6c952c7a8 /security/openssh
parent19ebb6482dbf946cb12f2139d83e4c3f1bef2462 (diff)
downloadpkgsrc-ed50fea83988bf7754fae4691c425fba0f231ad3.tar.gz
drop unneeded parens
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 7af5aa51795..70dce24dd49 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2003/07/24 21:25:26 jwise Exp $
+# $NetBSD: Makefile,v 1.106 2003/07/30 18:35:53 grant Exp $
DISTNAME= openssh-3.6.1p2
PKGNAME= openssh-3.6.1.2
@@ -72,7 +72,7 @@ CONFIGURE_ARGS+= --with-privsep-user=${OPENSSH_USER}
#MESSAGE_SRC+= ${.CURDIR}/MESSAGE.pam
#.endif
-.if (${OPSYS} == "Darwin") || (${OPSYS} == "SunOS")
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
. include "../../security/skey/buildlink2.mk"
CONFIGURE_ARGS+= --with-skey=${BUILDLINK_PREFIX.skey}
.elif ${OPSYS} == "NetBSD"