diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-08-10 22:59:53 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-08-10 22:59:53 +0000 |
| commit | 47945ade89d079858a264e04ec6b659285217da0 (patch) | |
| tree | 47125bfd761e089859392e67b968d88a685d8784 /gnu | |
| parent | dd8cf673d9195eed84acd7fb99fb4c3062d50c1f (diff) | |
Notes
Diffstat (limited to 'gnu')
| -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 67e63c64e183..7c11782dac69 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 |
