0.8.2.8:
[sbcl.git] / src / code / bsd-os.lisp
index 5567c3f..2e3771d 100644 (file)
@@ -16,7 +16,8 @@
   "Return a string describing the supporting software."
   (the string ; (to force error in case of unsupported BSD variant)
        #!+FreeBSD "FreeBSD"
-       #!+OpenBSD "OpenBSD"))
+       #!+OpenBSD "OpenBSD"
+       #!+Darwin "Darwin"))
 
 (defvar *software-version* nil)