pkgutils/pkgmk.conf

17 lines
323 B
Plaintext
Raw Normal View History

2005-11-11 23:40:48 +01:00
#
# /etc/pkgmk.conf: pkgmk(8) configuration
#
export CFLAGS="-O2 -march=i686 -pipe"
export CXXFLAGS="-O2 -march=i686 -pipe"
2007-12-02 19:25:25 +01:00
# PKGMK_SOURCE_MIRRORS=()
2005-11-11 23:40:48 +01:00
# PKGMK_SOURCE_DIR="$PWD"
# PKGMK_PACKAGE_DIR="$PWD"
# PKGMK_WORK_DIR="$PWD/work"
# PKGMK_DOWNLOAD="no"
# PKGMK_IGNORE_FOOTPRINT="no"
# PKGMK_NO_STRIP="no"
# End of file