NetBSD port
This commit is contained in:
committed by
Jon Trulson
parent
a4f9413950
commit
2712d5f787
@@ -276,6 +276,23 @@ case "$OS" in
|
||||
esac
|
||||
;;
|
||||
|
||||
NetBSD*)
|
||||
case "`uname -m`" in
|
||||
|
||||
i386*)
|
||||
ARCH=i386
|
||||
;;
|
||||
|
||||
amd64*)
|
||||
ARCH=amd64
|
||||
;;
|
||||
|
||||
*)
|
||||
ARCH=unknown
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
||||
*)
|
||||
err_f "Does not run under [$OS]"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user