summaryrefslogtreecommitdiff
path: root/mk/os.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/os.mk')
-rw-r--r--mk/os.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/mk/os.mk b/mk/os.mk
deleted file mode 100644
index 6b2d428f..00000000
--- a/mk/os.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright (c) 2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
-
-# Generic definitions
-
-_OS_SH= uname -s | tr '/' '-'
-_OS:= $(shell ${_OS_SH})
-OS?= ${_OS}
-include ${MK}/os-${OS}.mk
-include ${MK}/os-prefix.mk
-
-RC_LIB= /$(LIBNAME)/rc