diff options
author | lloyd <[email protected]> | 2009-07-25 12:24:36 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-25 12:24:36 +0000 |
commit | 336404ac312cdc7cea82f9a2568d36c62418123f (patch) | |
tree | 8f9eb004e3806309537240d2e96963a327a28338 /src/build-data/os | |
parent | c9f92c0c07634c3a2aa73a8f3d3660ba39d76fde (diff) |
Add support for Dragonfly BSD (a fork of FreeBSD).
Contributed by Patrick Georgi
Diffstat (limited to 'src/build-data/os')
-rw-r--r-- | src/build-data/os/dragonfly | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/build-data/os/dragonfly b/src/build-data/os/dragonfly new file mode 100644 index 000000000..7e3663435 --- /dev/null +++ b/src/build-data/os/dragonfly @@ -0,0 +1,11 @@ +realname "DragonFly" + +os_type unix + +<target_features> +posix_mlock +</target_features> + +<supports_shared> +all +</supports_shared> |