diff options
author | markm <markm@FreeBSD.org> | 1998-09-09 06:01:37 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-09-09 06:01:37 +0000 |
commit | c88512597a7c1c89a9f8013c808252cb2845b12a (patch) | |
tree | 648f648d0cdd2ebf3d414c0ef103194b18e7c83a | |
parent | 2fac4731a0c584716871f7a89b58ebb62101c08b (diff) | |
download | FreeBSD-src-c88512597a7c1c89a9f8013c808252cb2845b12a.zip FreeBSD-src-c88512597a7c1c89a9f8013c808252cb2845b12a.tar.gz |
Another place to set NOPERL.
-rw-r--r-- | Makefile.inc1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 0cacaac..e338420 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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. |