summaryrefslogtreecommitdiff
path: root/pkgmk.conf
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2005-11-11 23:40:48 +0100
committerSimone Rota <sip@crux.nu>2005-11-11 23:40:48 +0100
commit9ac667e68d3e36eb99272eac57219002ee2318e6 (patch)
tree042e98d4801e1c37decd4647659783665d53946e /pkgmk.conf
downloadpkgutils-9ac667e68d3e36eb99272eac57219002ee2318e6.tar.gz
pkgutils-9ac667e68d3e36eb99272eac57219002ee2318e6.tar.xz
Initial import
Diffstat (limited to 'pkgmk.conf')
-rw-r--r--pkgmk.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgmk.conf b/pkgmk.conf
new file mode 100644
index 00000000..6e70f1ba
--- /dev/null
+++ b/pkgmk.conf
@@ -0,0 +1,15 @@
+#
+# /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

Generated by cgit