Allow the use of NO_PERL as well as NOPERL. The latter is going to

be removed.
This commit is contained in:
Mark Murray 2002-03-16 14:55:37 +00:00
parent fc2cee85fd
commit 9365c8a336
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92410

View File

@ -17,6 +17,7 @@
# -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel
# -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel
# -DNO_KERNELDEPEND do not run ${MAKE} depend in ${MAKE} buildkernel
# -DNO_PERL do not build perl5 and related libraries
# -DNO_PORTSUPDATE do not update ports in ${MAKE} update
# -DNO_DOCUPDATE do not update doc in ${MAKE} update
# LOCAL_DIRS="list of dirs" to add additional dirs to the SUBDIR list
@ -581,7 +582,7 @@ _share= share/syscons/scrnmaps
_fortran= gnu/usr.bin/cc/f771
.endif
.if !defined(NOPERL)
.if !defined(NOPERL) || defined(NO_PERL)
_perl= gnu/usr.bin/perl/miniperl
.endif
@ -767,7 +768,7 @@ _kerberos5_lib= kerberos5/lib
_libkeycap= usr.sbin/pcvt/keycap
.endif
.if !defined(NOPERL)
.if !defined(NOPERL) || defined(NO_PERL)
_libperl= gnu/usr.bin/perl/libperl
.endif