What settings are you using in /etc/make.conf?

Charles Swiger cswiger at mac.com
Wed Feb 11 10:40:27 PST 2004


On Feb 11, 2004, at 4:59 AM, Bryan Cassidy wrote:
> Just wondering if people wouldn't mind sharring their /etc/make.conf
> settings with others.

Here's what I use on -STABLE:

KERNCONF=NORMAL
#KERNCONF=GENERIC

CPUTYPE=pentium
CFLAGS= -O2 -pipe
COPTFLAGS= -O -pipe
BOOTWAIT=5000
#NO_CPU_FLAGS=true
IPFW2=true

NO_FORTRAN=     true    # do not build g77 and related libraries
NO_I4B= true    # do not build isdn4bsd package
NO_LPR= true    # do not build lpr and related programs
NOPROFILE=      true    # Avoid compiling profiled libraries
NOUUCP= true    # do not build uucp related programs

USA_RESIDENT=   YES
FETCH_ENV=      HTTP_PROXY=http://proxy:3128
FETCH_ENV=      FTP_PROXY=http://proxy:3128
SUP_UPDATE=     yes
SUP=            /usr/local/bin/cvsup
SUPFLAGS=       -g -L 2
SUPHOST=        cvsup15.FreeBSD.org
SUPFILE=        /etc/stable-supfile
PORTSSUPFILE=   /etc/ports-supfile
DOCSUPFILE=     /etc/doc-supfile
TOP_TABLE_SIZE= 997
DOC_PREFIX=     /usr/doc

# sendmail
SENDMAIL_MC=    /etc/mail/sec.pkix.net.mc
SENDMAIL_CFLAGS+= -DMILTER -DSTARTTLS -DHASURANDOMDEV -DSASL2
SENDMAIL_CFLAGS+= -I/usr/local/include
SENDMAIL_LDFLAGS+= -L/usr/local/lib
SENDMAIL_LDADD+=-lsasl2 -lssl -lcrypto

-- 
-Chuck



More information about the freebsd-questions mailing list