diff options
Diffstat (limited to 'tools/utils.py')
-rw-r--r-- | tools/utils.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/utils.py b/tools/utils.py index dd5ce3fcb6..014f3ac866 100644 --- a/tools/utils.py +++ b/tools/utils.py @@ -63,6 +63,10 @@ def GuessOS(): return 'solaris' elif id == 'NetBSD': return 'netbsd' + elif id == 'DragonFly': + # Doing so on purpose as they are pretty close + # minus few features + return 'freebsd' elif id == 'AIX': return 'aix' else: |