# Needs update to 8.2-RELEASE # Compilation knobs # Boot2 may build too large if -Os is overridden .if !${.CURDIR:M*/sys/boot/i386/boot2} CFLAGS+=-O2 -pipe COPTFLAGS+=-O2 -pipe .endif CPUTYPE?=c3-2 # Kernel knobs KERNCONF=VITANI #MODULES_OVERRIDE=accf_data accf_dns accf_http acpi/acpi acpi/acpi_video acpi/acpi_wmi agp aio aout ata/atacard ata/atacore ata/atadisk ata/ataisa ata/atapci ata/atapci/chipsets/atavia ata/atapicam ata/atapicd ata/atausb cd9660_iconv ciss crypto dtrace/dtmalloc dtrace/dtnfsclient dtrace/dtrace dtrace/dtrace_test dtrace/dtraceall dtrace/lockstat dtrace/profile dtrace/prototype fdescfs geom/geom_bde geom/geom_bsd geom/geom_cache geom/geom_ccd geom/geom_concat geom/geom_eli geom/geom_fox geom/geom_gate geom/geom_journal geom/geom_label geom/geom_linux_lvm geom/geom_mbr geom/geom_mirror geom/geom_multipath geom/geom_nop geom/geom_part/geom_part_apm geom/geom_part/geom_part_bsd geom/geom_part/geom_part_ebr geom/geom_part/geom_part_gpt geom/geom_part/geom_part_mbr geom/geom_part/geom_part_pc98 geom/geom_part/geom_part_vtoc8 geom/geom_pc98 geom/geom_raid3 geom/geom_shsec geom/geom_stripe geom/geom_sunlabel geom/geom_uzip geom/geom_vinum geom/geom_virstor geom/geom_vol_ffs geom/geom_zero hpfs hwpmc i2c/controllers/viapm ip_mroute_mod ipdivert ipfilter ipfw ipfw_nat iscsi/initiator libalias/libalias libalias/modules/cuseeme libalias/modules/dummy libalias/modules/ftp libalias/modules/irc libalias/modules/nbt libalias/modules/pptp libalias/modules/skinny libalias/modules/smedia libiconv libmbpool libmchain linprocfs linsysfs linux mac_biba mac_bsdextended mac_ifoff mac_lomac mac_mls mac_none mac_partition mac_portacl mac_seeotheruids mac_stub mac_test md mqueue msdosfs_iconv netgraph/UI netgraph/async netgraph/atm/atm netgraph/atm/atmbase netgraph/atm/ccatm netgraph/atm/sscfu netgraph/atm/sscop netgraph/atm/uni netgraph/atmllc netgraph/bpf netgraph/bridge netgraph/car netgraph/cisco netgraph/deflate netgraph/device netgraph/echo netgraph/eiface netgraph/etf netgraph/ether netgraph/ether_echo netgraph/fec netgraph/frame_relay netgraph/gif netgraph/gif_demux netgraph/hole netgraph/hub netgraph/iface netgraph/ip_input netgraph/ipfw netgraph/ksocket netgraph/l2tp netgraph/lmi netgraph/mppc netgraph/nat netgraph/netflow netgraph/netgraph netgraph/one2many netgraph/pipe netgraph/ppp netgraph/pppoe netgraph/pptpgre netgraph/pred1 netgraph/rfc1490 netgraph/socket netgraph/source netgraph/split netgraph/sppp netgraph/tag netgraph/tcpmss netgraph/tee netgraph/tty netgraph/vjc netgraph/vlan ntfs ntfs_iconv nullfs opensolaris padlock portalfs rc4 reiserfs smbfs sound/driver/via8233 sound/sound speaker splash/bmp splash/pcx tmpfs udf udf_iconv unionfs usb/ohci usb/quirk usb/template usb/u3g usb/udbp usb/uhid usb/ukbd usb/ulpt usb/umass usb/umodem usb/ums usb/usfs vkbd xfs zfs zlib # Userland knobs WITHOUT_AMD = yes WITHOUT_ATM = yes WITHOUT_AUTHPF = yes WITHOUT_BLUETOOTH = yes WITHOUT_CALENDAR = yes WITHOUT_CTM = yes WITHOUT_CVS = yes WITHOUT_DICT = yes WITHOUT_EXAMPLES = yes WITHOUT_FLOPPY = yes WITHOUT_FREEBSD_UPDATE = yes WITHOUT_GAMES = yes WITHOUT_HTML = yes WITHOUT_I4B = yes WITHOUT_INFO = yes WITHOUT_LPR = yes WITHOUT_NCP = yes WITHOUT_NDIS = yes WITHOUT_NIS = yes WITHOUT_PROFILE = yes WITHOUT_RCMDS = yes WITHOUT_RCS = yes #WITHOUT_SENDMAIL = yes WITHOUT_SHAREDOCS = yes WITHOUT_SLIP = yes WITHOUT_SYSINSTALL = yes WITHOUT_TELNET = yes WITHOUT_WIRELESS = yes