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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64516

View File

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