Makefile revision 82743679557cf8b7a5dd51eaa0015e0ca498ac37
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# CDDL HEADER START
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# The contents of this file are subject to the terms of the
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# Common Development and Distribution License (the "License").
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# You may not use this file except in compliance with the License.
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# or http://www.opensolaris.org/os/licensing.
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# See the License for the specific language governing permissions
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# and limitations under the License.
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# When distributing Covered Code, include this CDDL HEADER in each
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# If applicable, add the following below this CDDL HEADER, with the
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# fields enclosed by brackets "[]" replaced with your own identifying
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# information: Portions Copyright [yyyy] [name of copyright owner]
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# CDDL HEADER END
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# Use is subject to license terms.
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# Copyright 2010 Nexenta Systems, Inc. All rights reserved.
f5c2e7ea56aaa46a9976476fb0cb1f02b9426f07Theo Schlossnagle# Path to the base of the uts directory tree (usually /usr/src/uts).
UTSBASE = ../..