# $NetBSD: default.conf,v 1.1.1.1 2002/11/28 19:57:29 jmmv Exp $ # # sysbuild - System wide configuration file # # ----------- Build time setup; be careful if you change these ----------- HOMEDIR=@SYSBUILD_HOMEDIR@ USER=@SYSBUILD_USER@ OBJGROUP=@SYSBUILD_OBJGROUP@ SRCGROUP=@SYSBUILD_SRCGROUP@ # ------------------------------------------------------------------------ # Directory that holds all object files and DESTDIR (requires *lots* # of space). BUILDDIR=/var/sysbuild # Release directory (it will require around 100-200 Mb). RELEASEDIR=/var/sysbuild/NetBSD-1.6/i386 # Source directory. SRCDIR=/usr/src # List of directories that are updated via cvs. CVSDIRS="/usr/src /usr/pkgsrc /usr/xsrc" # Ownerships and permissions to set on CVSDIRS during clean-srcs. CVSDIRS_OWNER=$USER CVSDIRS_GROUP=$SRCGROUP CVSDIRS_PERMS="g+w" # Base directory of kernel configuration files; sysbuild can only read # the ones contained here. KERNCONFDIR=$HOMEDIR # List of kernel names to build (files inside $KERNCONFDIR). You can # specify several; the first one is the kernel installed locally. KERNCONF="MYKERNEL GENERIC" # If using the `-m' flag, the user who will receive the logs. MAILTO=root # Set to `yes' to send the entire log of commands through mail. # Logs can become *very* big. MAIL_CMDLOG=no # When using the install-sets target, unpack these sets. Note that # etc.tgz is not specified, as it is specially installed through the # etcupdate target. SETS="base.tgz comp.tgz games.tgz man.tgz misc.tgz text.tgz"