Upload tizen 2.0 beta source
[framework/graphics/freetype.git] / builds / unix / detect.mk
index e74af57..b2ae4f4 100644 (file)
@@ -20,6 +20,7 @@ ifeq ($(PLATFORM),ansi)
   #
   is_unix := $(strip $(wildcard /sbin/init) \
                      $(wildcard /usr/sbin/init) \
+                     $(wildcard /dev/null) \
                      $(wildcard /hurd/auth))
   ifneq ($(is_unix),)