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

2004-02-11 Thread Bryan Cassidy
Just wondering if people wouldn't mind sharring their /etc/make.conf
settings with others. 

Here's mine:

CPUTYPE?=p3

CFLAGS= -O -pipe

CXXFLAGS+= -fmemoize-lookups -fsave-memoized

NOPROFILE=  true

USA_RESIDENT=   yes

SUP=/usr/local/bin/cvsup
SUPFLAGS=   -g -L 2
SUPHOST=cvsup6.freebsd.org
SUPFILE=/usr/share/examples/cvsup/standard-supfile
PORTSSUPFILE=   /usr/share/examples/cvsup/ports-supfile
DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile



pgp0.pgp
Description: PGP signature


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

2004-02-11 Thread Charles Swiger
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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]