summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-03-16 14:55:37 +0000
committermarkm <markm@FreeBSD.org>2002-03-16 14:55:37 +0000
commitf376ca5a9fe9ada542fe9cfe773bfaf64417df74 (patch)
tree8056c3168f85fd41b98d4f38486a884e6a032ee6 /Makefile.inc1
parent1c67ec15d80370f5c5556bce47bdc10e4d8a55c4 (diff)
downloadFreeBSD-src-f376ca5a9fe9ada542fe9cfe773bfaf64417df74.zip
FreeBSD-src-f376ca5a9fe9ada542fe9cfe773bfaf64417df74.tar.gz
Allow the use of NO_PERL as well as NOPERL. The latter is going to
be removed.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 34a6c1a..f57c9ce 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
OpenPOWER on IntegriCloud