aboutsummaryrefslogtreecommitdiffstats
path: root/security/sudo
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2003-07-17 12:49:47 +0800
committermharo <mharo@FreeBSD.org>2003-07-17 12:49:47 +0800
commit57da27357c77c21c1331cb3eadbfa2163e391fcf (patch)
tree35a51d5166607f522fd6a695f9a45bb59d4b78e3 /security/sudo
parent4379d9840626ac60e32e3b577968fe23f3b56160 (diff)
downloadfreebsd-ports-graphics-57da27357c77c21c1331cb3eadbfa2163e391fcf.tar.gz
freebsd-ports-graphics-57da27357c77c21c1331cb3eadbfa2163e391fcf.tar.zst
freebsd-ports-graphics-57da27357c77c21c1331cb3eadbfa2163e391fcf.zip
Add WITH_SHELL_SETS_HOME knob to security/sudo
PR: 47087 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
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 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