]> CyberLeo.Net >> Repos - CDN/Mosi.git/blob - worlds/i386/SABA/config/make.conf
makeworld: i386/SABA - remove dtrace/* and netgraph/* and others from modules_overrid...
[CDN/Mosi.git] / worlds / i386 / SABA / config / make.conf
1 # Compilation tunes
2 CFLAGS+=-O2 -pipe
3 COPTFLAGS+=-O2 -pipe
4 CPUTYPE?=pentium4
5
6 # Global knobs
7 NO_PROFILE=yes
8 WITHOUT_X11=yes
9
10 # Kernel build configuration
11 KERNCONF=SABA
12
13 # Caching proxy for fetches
14 http_proxy=http://gateway.cyberleo.net:46565
15 ftp_proxy=http://gateway.cyberleo.net:46565
16
17 # Inline limit warnings?
18 # Userland:
19 #NO_WERROR=yes
20 # Kernel: Just turn off inline warnings
21 #WERROR=-Wno-inline -Werror
22 # Kernel: Don't error on any warning
23 #WERROR=-Wno-error
24 # Kernel: -Werror and -Wno-error both fail when -Os -march=c3-2; use empty
25 #WERROR=
26
27 # Read-only ports tree
28 DISTDIR=/var/ports/distfiles
29 PACKAGES=/var/ports/packages
30 WRKDIRPREFIX=/usr/obj
31
32 # use csup for make update
33 #SUP_UPDATE=YES
34 #SUP=/usr/bin/csup
35 #SUPFILE=/root/sups/release.sup
36 #PORTSSUPFILE=/root/sups/ports.sup
37