aboutsummaryrefslogtreecommitdiff
path: root/mk/os.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/os.mk')
-rw-r--r--mk/os.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/os.mk b/mk/os.mk
index 20b43826..bac0388c 100644
--- a/mk/os.mk
+++ b/mk/os.mk
@@ -13,7 +13,7 @@
_OS_SH= uname -s | tr '/' '-'
_OS:= $(shell ${_OS_SH})
OS?= ${_OS}
-include ${MK}/os-${OS}.mk
include ${MK}/os-prefix.mk
+include ${MK}/os-${OS}.mk
RC_LIB= /$(LIBNAME)/rc