16 lines
297 B
Plaintext
16 lines
297 B
Plaintext
#
|
|
# /etc/pkgmk.conf: pkgmk(8) configuration
|
|
#
|
|
|
|
export CFLAGS="-O2 -march=i686 -pipe"
|
|
export CXXFLAGS="-O2 -march=i686 -pipe"
|
|
|
|
# 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
|