summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-13 15:20:42 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-07-13 15:20:42 (GMT)
commit2339b9f753b0a4503c5e0dbb27b9bf75fa4840f7 (patch)
tree1ccc6ae6a58b979ea55cc66c4d6bbe2f7d1136df /Modules/Platform
parent8e6f6155c0e973dada7f2635c48974c426b84ecf (diff)
downloadCMake-2339b9f753b0a4503c5e0dbb27b9bf75fa4840f7.zip
CMake-2339b9f753b0a4503c5e0dbb27b9bf75fa4840f7.tar.gz
CMake-2339b9f753b0a4503c5e0dbb27b9bf75fa4840f7.tar.bz2
ENH: add DragonFly BSD, which is very close to FreeBSD (#4500)
Alex
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/DragonFly.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/Platform/DragonFly.cmake b/Modules/Platform/DragonFly.cmake
new file mode 100644
index 0000000..f6e0f81
--- /dev/null
+++ b/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)