浏览代码

ENH: add DragonFly BSD, which is very close to FreeBSD (#4500)

Alex
Alexander Neundorf 18 年之前
父节点
当前提交
2339b9f753
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Modules/Platform/DragonFly.cmake

+ 5 - 0
Modules/Platform/DragonFly.cmake

@@ -0,0 +1,5 @@
+# DragonFly BSD was forked from FreeBSD and is still very close to it
+# http://www.dragonflybsd.org
+# see http://archive.netbsd.se/?ml=dfbsd-users&a=2007-07&m=4678361
+
+INCLUDE(Platform/FreeBSD)