From 9313d60adc818b3931973308ecbe5525462757ae Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Thu, 17 Jul 2003 04:49:47 +0000 Subject: Add WITH_SHELL_SETS_HOME knob to security/sudo PR: 47087 Submitted by: Stefan Farfeleder --- security/sudo/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security') 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 -- cgit v1.2.3