Move NOPROFILE' and NOPERL' to be with the reset of their "NO" brethren.

This commit is contained in:
David E. O'Brien 2000-09-02 22:46:04 +00:00
parent 3a77147b94
commit 5bd200c177
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65381
2 changed files with 4 additions and 12 deletions

View file

@ -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

View file

@ -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