1209553Simp#!/bin/sh
2209553Simp#-
3210036Simp# Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
4209553Simp#
5209553Simp# Redistribution and use in source and binary forms, with or without
6209553Simp# modification, are permitted provided that the following conditions
7209553Simp# are met:
8209553Simp# 1. Redistributions of source code must retain the above copyright
9209553Simp#    notice, this list of conditions and the following disclaimer.
10209553Simp# 2. Redistributions in binary form must reproduce the above copyright
11209553Simp#    notice, this list of conditions and the following disclaimer in the
12209553Simp#    documentation and/or other materials provided with the distribution.
13209553Simp#
14209553Simp# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15209553Simp# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16209553Simp# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17209553Simp# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18209553Simp# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19209553Simp# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20209553Simp# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21209553Simp# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22209553Simp# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23209553Simp# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24209553Simp# SUCH DAMAGE.
25209553Simp#
26209553Simp# $FreeBSD$
27209553Simp
28209553Simpecho "branch=${FBSD_BRANCH}"
29209553Simpecho "arch=${FBSD_ARCH}"
30209553Simpexit 0
31