1*628e3cbeSEdward Pilatowicz# 2*628e3cbeSEdward Pilatowicz# CDDL HEADER START 3*628e3cbeSEdward Pilatowicz# 4*628e3cbeSEdward Pilatowicz# The contents of this file are subject to the terms of the 5*628e3cbeSEdward Pilatowicz# Common Development and Distribution License (the "License"). 6*628e3cbeSEdward Pilatowicz# You may not use this file except in compliance with the License. 7*628e3cbeSEdward Pilatowicz# 8*628e3cbeSEdward Pilatowicz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*628e3cbeSEdward Pilatowicz# or http://www.opensolaris.org/os/licensing. 10*628e3cbeSEdward Pilatowicz# See the License for the specific language governing permissions 11*628e3cbeSEdward Pilatowicz# and limitations under the License. 12*628e3cbeSEdward Pilatowicz# 13*628e3cbeSEdward Pilatowicz# When distributing Covered Code, include this CDDL HEADER in each 14*628e3cbeSEdward Pilatowicz# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*628e3cbeSEdward Pilatowicz# If applicable, add the following below this CDDL HEADER, with the 16*628e3cbeSEdward Pilatowicz# fields enclosed by brackets "[]" replaced with your own identifying 17*628e3cbeSEdward Pilatowicz# information: Portions Copyright [yyyy] [name of copyright owner] 18*628e3cbeSEdward Pilatowicz# 19*628e3cbeSEdward Pilatowicz# CDDL HEADER END 20*628e3cbeSEdward Pilatowicz# 21*628e3cbeSEdward Pilatowicz# 22*628e3cbeSEdward Pilatowicz# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23*628e3cbeSEdward Pilatowicz# Use is subject to license terms. 24*628e3cbeSEdward Pilatowicz# 25*628e3cbeSEdward Pilatowicz# lib/brand/sn1/Makefile.sn1 26*628e3cbeSEdward Pilatowicz# 27*628e3cbeSEdward Pilatowicz# include global definitions 28*628e3cbeSEdward Pilatowicz 29*628e3cbeSEdward PilatowiczBRAND = sn1 30*628e3cbeSEdward Pilatowicz 31*628e3cbeSEdward Pilatowiczinclude $(SRC)/lib/brand/Makefile.brand 32*628e3cbeSEdward Pilatowicz 33