diff options
author | mharo <mharo@FreeBSD.org> | 2003-07-17 12:49:47 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2003-07-17 12:49:47 +0800 |
commit | 57da27357c77c21c1331cb3eadbfa2163e391fcf (patch) | |
tree | 35a51d5166607f522fd6a695f9a45bb59d4b78e3 /security/sudo | |
parent | 4379d9840626ac60e32e3b577968fe23f3b56160 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |