Advertisement
Guest User

Untitled

a guest
Sep 24th, 2011
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.48 KB | None | 0 0
  1. --- config/_arch-n-opsys    2011-03-22 09:30:14.000000000 -0400
  2. +++ config/_arch-n-opsys    2011-09-24 04:19:16.542011463 -0400
  3. @@ -94,6 +94,7 @@
  4.       2.4.*) ;;
  5.       2.5.*) ;;
  6.       2.6.*) ;;
  7. +     3.*) ;;
  8.       *) exit 1 ;;
  9.     esac
  10.     ;;
  11. @@ -110,6 +111,14 @@
  12.        *) exit 1;;
  13.      esac
  14.      ;;
  15. +  DragonFly)
  16. +    OPSYS=dragonfly
  17. +    HEAP_OPSYS=bsd
  18. +    case `uname -m` in
  19. +      *86) ARCH=x86;;
  20. +      *) exit 1;;
  21. +    esac
  22. +    ;;
  23.    FreeBSD)
  24.      OPSYS=freebsd
  25.      HEAP_OPSYS=bsd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement