aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/os/defaults
diff options
context:
space:
mode:
Diffstat (limited to 'misc/config/os/defaults')
-rw-r--r--misc/config/os/defaults19
1 files changed, 0 insertions, 19 deletions
diff --git a/misc/config/os/defaults b/misc/config/os/defaults
deleted file mode 100644
index 88fd82252..000000000
--- a/misc/config/os/defaults
+++ /dev/null
@@ -1,19 +0,0 @@
-# Defaults are for a Unix box, since that's what most of OS variants are. It
-# would be nice to have generic 'windows', 'beos', 'unix', etc targets to
-# handle defaults for those classes of OSes, though Unix is by far the most
-# varied/fragmented
-
-obj_suffix o
-so_suffix so
-static_suffix a
-
-ar_command "ar crs"
-ar_needs_ranlib no
-
-install_root /usr/local
-header_dir include
-lib_dir lib
-doc_dir share/doc
-
-install_cmd_data install -m 644
-install_cmd_exec install -m 755