Index: src/etc/defaults/make.conf =================================================================== RCS file: /home/ncvs/src/etc/defaults/Attic/make.conf,v retrieving revision 1.97.2.86 diff -u -r1.97.2.86 make.conf --- src/etc/defaults/make.conf 13 Dec 2004 14:03:52 -0000 1.97.2.86 +++ src/etc/defaults/make.conf 14 Dec 2004 07:42:02 -0000 @@ -44,7 +44,7 @@ # Note also that at this time the -O2 setting is known to produce BROKEN # CODE on the Alpha platform. # -#CFLAGS= -O -pipe +CFLAGS?= -O -pipe # # CXXFLAGS controls the compiler settings used when compiling C++ code. # Note that CXXFLAGS is initially set to the value of CFLAGS. If you wish @@ -72,7 +72,7 @@ # There is very little to gain by using higher optimization levels, and doing # so can cause problems. # -#COPTFLAGS= -O -pipe +COPTFLAGS?= -O -pipe # # Compare before install #INSTALL=install -C @@ -88,29 +88,29 @@ # # To avoid building various parts of the base system: #NO_CVS= true # do not build CVS -#NO_BIND= true # do not build BIND -#NO_FORTRAN= true # do not build g77 and related libraries -#NO_I4B= true # do not build isdn4bsd package +NO_BIND= true # do not build BIND +NO_FORTRAN= true # do not build g77 and related libraries +NO_I4B= true # do not build isdn4bsd package #NO_IPFILTER= true # do not build IP Filter package -#NO_LPR= true # do not build lpr and related programs +NO_LPR= true # do not build lpr and related programs #NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector #NO_MODULES= true # do not build modules with the kernel -#NO_OBJC= true # do not build Objective C support +NO_OBJC= true # do not build Objective C support #NO_OPENSSH= true # do not build OpenSSH #NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) -#NO_SENDMAIL= true # do not build sendmail and related programs +NO_SENDMAIL= true # do not build sendmail and related programs #NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs #NO_TCSH= true # do not build and install /bin/csh (which is tcsh) -#NO_X= true # do not compile in XWindows support (e.g. doscmd) +NO_X= true # do not compile in XWindows support (e.g. doscmd) #NOCRYPT= true # do not build any crypto code #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) #NOMAN= true # do not build manual pages #NOPERL= true # do not build perl. Disables OpenSSL optimizations -#NOPROFILE= true # Avoid compiling profiled libraries +NOPROFILE= true # Avoid compiling profiled libraries #NOSHARE= true # do not go into the share subdir -#NOUUCP= true # do not build uucp related programs +NOUUCP= true # do not build uucp related programs # # To build sys/modules when building the world (our old way of doing things) #MODULES_WITH_WORLD=true # do not build modules when building kernel @@ -127,7 +127,7 @@ # # IDEA is patented in the USA and many European countries - thought to # be OK to use for any non-commercial use. This is optional. -#MAKE_IDEA= YES # IDEA (128 bit symmetric encryption) +MAKE_IDEA= YES # IDEA (128 bit symmetric encryption) # # # To avoid installing MAKEDEV and MAKEDEV.local in /dev: @@ -145,12 +145,12 @@ # If you want the "compat" shared libraries installed as part of your normal # builds, uncomment these: # -#COMPAT1X= yes -#COMPAT20= yes -#COMPAT21= yes -#COMPAT22= yes -#COMPAT3X= yes -#COMPAT4X= yes +COMPAT1X= yes +COMPAT20= yes +COMPAT21= yes +COMPAT22= yes +COMPAT3X= yes +COMPAT4X= yes # # # If you do not want additional documentation (some of which are @@ -225,7 +225,7 @@ # export regulations on certain types of software which do not apply to # anyone else in the world. # -#USA_RESIDENT= YES +USA_RESIDENT= NO # # # Override "don't install a port that's already installed" behavior. @@ -348,7 +348,7 @@ # be a prime number approximately twice as large as the number of lines in # /etc/passwd. The default number is 20011. # -#TOP_TABLE_SIZE= 101 +TOP_TABLE_SIZE= 51 # # Documentation #