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