summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2003-07-17 04:49:47 +0000
committerMichael Haro <mharo@FreeBSD.org>2003-07-17 04:49:47 +0000
commit9313d60adc818b3931973308ecbe5525462757ae (patch)
tree7970b36f83c40c3645dc2897a83d101ef6b54e70 /security/sudo
parentupgrade from 1.6.7.4 to 1.6.7.5 (diff)
Add WITH_SHELL_SETS_HOME knob to security/sudo
PR: 47087 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
Notes
Notes: svn path=/head/; revision=85019
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 821373c4e146..12a9c9fb743a 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -38,6 +38,10 @@ CONFIGURE_ARGS+=--with-opie
CONFIGURE_ARGS+=--with-skey
.endif
+.if defined(WITH_SHELL_SETS_HOME)
+CONFIGURE_ARGS+=--enable-shell-sets-home
+.endif
+
MAN5= sudoers.5
MAN8= sudo.8 visudo.8