From 5bd200c1772ee7c343fd3b96808ca806be7d2730 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 2 Sep 2000 22:46:04 +0000 Subject: [PATCH] Move `NOPROFILE' and `NOPERL' to be with the reset of their "NO" brethren. --- etc/defaults/make.conf | 8 ++------ share/examples/etc/make.conf | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index c8aa58c17137..ee0eb973a7d7 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -40,15 +40,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # #COPTFLAGS= -O -pipe # -# Avoid compiling profiled libraries -#NOPROFILE= true -# # Compare before install #INSTALL=install -C # -# To avoid building perl -#NOPERL= true -# # To enable building enstalling suidperl with the setuid bit turned on #ENABLE_SUIDPERL= true # @@ -77,6 +71,8 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ #NOGAMES= true # do not build games (games/ subdir) #NOINFO= true # do not make or install info files #NOLIBC_R= true # do not build libc_r (re-entrant version of libc) +#NOPERL= true # To avoid building perl +#NOPROFILE= true # Avoid compiling profiled libraries #NOSECURE= true # do not build crypto code in secure/ subdir #NOSHARE= true # do not go into the share subdir #NOUUCP= true # do not build uucp related programs diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index c8aa58c17137..ee0eb973a7d7 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -40,15 +40,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # #COPTFLAGS= -O -pipe # -# Avoid compiling profiled libraries -#NOPROFILE= true -# # Compare before install #INSTALL=install -C # -# To avoid building perl -#NOPERL= true -# # To enable building enstalling suidperl with the setuid bit turned on #ENABLE_SUIDPERL= true # @@ -77,6 +71,8 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ #NOGAMES= true # do not build games (games/ subdir) #NOINFO= true # do not make or install info files #NOLIBC_R= true # do not build libc_r (re-entrant version of libc) +#NOPERL= true # To avoid building perl +#NOPROFILE= true # Avoid compiling profiled libraries #NOSECURE= true # do not build crypto code in secure/ subdir #NOSHARE= true # do not go into the share subdir #NOUUCP= true # do not build uucp related programs