aboutsummaryrefslogtreecommitdiffstats
path: root/mk/os.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/os.mk')
-rw-r--r--mk/os.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/mk/os.mk b/mk/os.mk
deleted file mode 100644
index f3426e4..0000000
--- a/mk/os.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-# Setup OS specific variables
-# Copyright 2008 Roy Marples <roy@marples.name>
-
-_OS_SH= case `uname -s` in Linux) echo "Linux";; Darwin) echo "Darwin";; *) echo "BSD";; esac
-_OS!= ${_OS_SH}
-OS= ${_OS}$(shell ${_OS_SH})
-include ${MK}/os-${OS}.mk