summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-09-02 22:46:04 +0000
committerobrien <obrien@FreeBSD.org>2000-09-02 22:46:04 +0000
commitd70334e5c837555d3aa34191e35e3a9693d000d5 (patch)
tree926f75e52ffa884bae1889097e0741de201263ee /share/examples
parenteb1ebd29007a296a39e68037d5241734d8e8df6d (diff)
downloadFreeBSD-src-d70334e5c837555d3aa34191e35e3a9693d000d5.zip
FreeBSD-src-d70334e5c837555d3aa34191e35e3a9693d000d5.tar.gz
Move `NOPROFILE' and `NOPERL' to be with the reset of their "NO" brethren.
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf8
1 files changed, 2 insertions, 6 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index c8aa58c..ee0eb97 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
OpenPOWER on IntegriCloud