summaryrefslogtreecommitdiff
path: root/mk/sys.mk
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2014-01-05 22:42:41 +0100
committerAndrew Shadura <andrew@shadura.me>2015-07-25 14:44:33 +0200
commitc8659b636be5e763c5dc028a5db7294b1af2648c (patch)
tree7dacf7580ff8c7d8c64682eaa28350bc47fbd56e /mk/sys.mk
parent004c4cd3db1d9ad252eccbc1e9e6c54ec61a2927 (diff)
parentaba913436a8521abe405a04ed71388989e1d646f (diff)
Imported Debian patch 0.25.0-1
Diffstat (limited to 'mk/sys.mk')
-rw-r--r--mk/sys.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/mk/sys.mk b/mk/sys.mk
new file mode 100644
index 0000000..0e6f63e
--- /dev/null
+++ b/mk/sys.mk
@@ -0,0 +1,22 @@
+#
+# mk-configure can not know everything about your platform.
+# This file is a system-wide default configuration file.
+# In addition, @sysconfdir@/etc/mk.conf and /etc/mk.conf
+# may be used by system administrator.
+#
+# Example is below:
+#
+# CC ?= /usr/bin/cc
+# CXX ?= /usr/bin/CC
+# YACC ?= /usr/sfw/bin/bison -y
+# LEX ?= /usr/sfw/bin/flex
+# INSTALL ?= /usr/ucb/install
+# STRIP ?= /usr/ccs/bin/strip
+# LD ?= /usr/ccs/bin/ld
+# AR ?= /usr/ccs/bin/ar
+# AS ?= /usr/ccs/bin/as
+# LORDER ?= /usr/ccs/bin/lorder
+# RANLIB ?= /usr/ccs/bin/ranlib
+# LUA_LMODDIR ?= /usr/share/lua/5.1
+# LUA_CMODDIR ?= /usr/lib/lua/5.1
+# ...