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