diff options
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r-- | gnu/usr.bin/perl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Makefile b/gnu/usr.bin/perl/Makefile index 67e63c6..7c11782 100644 --- a/gnu/usr.bin/perl/Makefile +++ b/gnu/usr.bin/perl/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.if !defined(NOSUIDPERL) +.if defined(BUILD_SUIDPERL) && ${BUILD_SUIDPERL} == "true" _suidperl= suidperl .endif |