Allow the use of NO_PERL as well as NOPERL. The latter is going to
be removed.
This commit is contained in:
parent
1c67ec15d8
commit
f376ca5a9f
@ -17,6 +17,7 @@
|
|||||||
# -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel
|
# -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel
|
||||||
# -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel
|
# -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel
|
||||||
# -DNO_KERNELDEPEND do not run ${MAKE} depend 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_PORTSUPDATE do not update ports in ${MAKE} update
|
||||||
# -DNO_DOCUPDATE do not update doc 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
|
# 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
|
_fortran= gnu/usr.bin/cc/f771
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if !defined(NOPERL)
|
.if !defined(NOPERL) || defined(NO_PERL)
|
||||||
_perl= gnu/usr.bin/perl/miniperl
|
_perl= gnu/usr.bin/perl/miniperl
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
@ -767,7 +768,7 @@ _kerberos5_lib= kerberos5/lib
|
|||||||
_libkeycap= usr.sbin/pcvt/keycap
|
_libkeycap= usr.sbin/pcvt/keycap
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if !defined(NOPERL)
|
.if !defined(NOPERL) || defined(NO_PERL)
|
||||||
_libperl= gnu/usr.bin/perl/libperl
|
_libperl= gnu/usr.bin/perl/libperl
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user