summaryrefslogtreecommitdiff
path: root/pkgmk.conf
blob: 07b1cbd53e310e55f008fac759d020e729bf2b56 (plain)
    1 #
    2 # /etc/pkgmk.conf: pkgmk(8) configuration
    3 #
    4 
    5 export CFLAGS="-O2 -march=i686 -pipe"
    6 export CXXFLAGS="-O2 -march=i686 -pipe"
    7 
    8 # PKGMK_SOURCE_MIRRORS=()
    9 # PKGMK_SOURCE_DIR="$PWD"
   10 # PKGMK_PACKAGE_DIR="$PWD"
   11 # PKGMK_WORK_DIR="$PWD/work"
   12 # PKGMK_DOWNLOAD="no"
   13 # PKGMK_IGNORE_FOOTPRINT="no"
   14 # PKGMK_NO_STRIP="no"
   15 # PKGMK_WGET_OPTS=""
   16 
   17 # End of file

Generated by cgit