Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2004 13:40:24 -0500
From:      Charles Swiger <cswiger@mac.com>
To:        Bryan Cassidy <b_cassidy@bellsouth.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: What settings are you using in /etc/make.conf?
Message-ID:  <C12EC8F6-5CC1-11D8-A5C2-003065ABFD92@mac.com>
In-Reply-To: <20040211095924.GA2006@bellsouth.net>
References:  <20040211095924.GA2006@bellsouth.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C12EC8F6-5CC1-11D8-A5C2-003065ABFD92>