summaryrefslogtreecommitdiff
path: root/share/cmake-3.5/Modules/Platform/DragonFly.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.5/Modules/Platform/DragonFly.cmake')
-rwxr-xr-xshare/cmake-3.5/Modules/Platform/DragonFly.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/cmake-3.5/Modules/Platform/DragonFly.cmake b/share/cmake-3.5/Modules/Platform/DragonFly.cmake
new file mode 100755
index 0000000..c22677b
--- /dev/null
+++ b/share/cmake-3.5/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)