summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/os.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/os.mk b/mk/os.mk
index aca062c..44b0b05 100644
--- a/mk/os.mk
+++ b/mk/os.mk
@@ -8,7 +8,7 @@ OS?= ${_OS}$(shell ${_OS_SH})
_SUBOS_SH= case `uname -s` in \
*BSD|DragonFly) echo "BSD";; \
- *) echo "";; \
+ *) `uname -s`;; \
esac
_SUBOS!= ${_SUBOS_SH}
SUBOS?= ${_SUBOS}$(shell ${_SUBOS_SH})