Don't build suidperl by default. Make users specifically enable its

building.
This commit is contained in:
Warner Losh 2000-08-10 22:59:53 +00:00
parent dd8cf673d9
commit 47945ade89
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# $FreeBSD$
.if !defined(NOSUIDPERL)
.if defined(BUILD_SUIDPERL) && ${BUILD_SUIDPERL} == "true"
_suidperl= suidperl
.endif