diff options
author | Michael Haro <mharo@FreeBSD.org> | 2003-07-17 04:49:47 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2003-07-17 04:49:47 +0000 |
commit | 9313d60adc818b3931973308ecbe5525462757ae (patch) | |
tree | 7970b36f83c40c3645dc2897a83d101ef6b54e70 /security | |
parent | 5578fe774ad8aee91b0b54295f9bb190bd246b9a (diff) |
Notes
Diffstat (limited to 'security')
-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 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 |