diff options
Diffstat (limited to 'misc/config/os/freebsd')
-rw-r--r-- | misc/config/os/freebsd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/config/os/freebsd b/misc/config/os/freebsd new file mode 100644 index 000000000..d7818cdc6 --- /dev/null +++ b/misc/config/os/freebsd @@ -0,0 +1,18 @@ +realname "FreeBSD" + +os_type unix + +install_group wheel + +<supports_shared> +all +</supports_shared> + +<arch> +alpha +amd64 +ia32 +ia64 +powerpc +sparc64 +</arch> |