summaryrefslogtreecommitdiff
path: root/security/sudo/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-12-22 04:36:32 +0000
committerjlam <jlam>2004-12-22 04:36:32 +0000
commitc49b38644de6c44c74c9e9b5253de2fe991cb83d (patch)
tree4eecd59f6c041714e814c678b4da5d5127f8d633 /security/sudo/Makefile
parent6d0217f300c4ffad80895bd70267f050bd36a8ba (diff)
downloadpkgsrc-c49b38644de6c44c74c9e9b5253de2fe991cb83d.tar.gz
Allow building sudo without S/Key support on NetBSD. Patch from
PR pkg/28743 by Jukka Salmi with minor changes by me.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r--security/sudo/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 0bbcb1eb719..4df8ffa9546 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2004/11/30 00:27:10 xtraeme Exp $
+# $NetBSD: Makefile,v 1.76 2004/12/22 04:36:32 jlam Exp $
#
DISTNAME= sudo-1.6.8p5
@@ -28,12 +28,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-root-mailer --disable-setreuid
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-.if ${OPSYS} == "NetBSD"
-CONFIGURE_ARGS+= --with-skey
-.elif ${OPSYS} == "SunOS"
-CONFIGURE_ARGS+= --without-skey
-.endif
-
.include "options.mk"
CONFIGURE_ARGS+= --with-nbsdops --disable-path-info