# Compilation tunes CFLAGS+=-O2 -pipe COPTFLAGS+=-O2 -pipe CPUTYPE?=pentium4 # Global knobs NO_PROFILE=yes WITHOUT_X11=yes # Kernel build configuration KERNCONF=SABA # Caching proxy for fetches http_proxy=http://gateway.cyberleo.net:46565 ftp_proxy=http://gateway.cyberleo.net:46565 # Inline limit warnings? # Userland: #NO_WERROR=yes # Kernel: Just turn off inline warnings #WERROR=-Wno-inline -Werror # Kernel: Don't error on any warning #WERROR=-Wno-error # Kernel: -Werror and -Wno-error both fail when -Os -march=c3-2; use empty #WERROR= # Read-only ports tree DISTDIR=/var/ports/distfiles PACKAGES=/var/ports/packages WRKDIRPREFIX=/usr/obj # use csup for make update #SUP_UPDATE=YES #SUP=/usr/bin/csup #SUPFILE=/root/sups/release.sup #PORTSSUPFILE=/root/sups/ports.sup