aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/sudo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 821373c4e14..12a9c9fb743 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