Another place to set NOPERL.

This commit is contained in:
Mark Murray 1998-09-09 06:01:37 +00:00
parent 5850fb4408
commit 62dfd75aa2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38975

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc1,v 1.6 1998/09/05 11:37:14 jb Exp $
# $Id: Makefile.inc1,v 1.7 1998/09/05 12:25:54 asami Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@ -32,6 +32,9 @@
# Put initial settings here.
SUBDIR=
#Break perl while the PERL5 import happens
NOPERL= yes
# We must do share/info early so that installation of info `dir'
# entries works correctly. Do it first since it is less likely to
# grow dependencies on include and lib than vice versa.