Home | History | Annotate | Download | only in SUNWural
      1  6629  zf162725 #
      2  6629  zf162725 # CDDL HEADER START
      3  6629  zf162725 #
      4  6629  zf162725 # The contents of this file are subject to the terms of the
      5  6629  zf162725 # Common Development and Distribution License (the "License").
      6  6629  zf162725 # You may not use this file except in compliance with the License.
      7  6629  zf162725 #
      8  6629  zf162725 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9  6629  zf162725 # or http://www.opensolaris.org/os/licensing.
     10  6629  zf162725 # See the License for the specific language governing permissions
     11  6629  zf162725 # and limitations under the License.
     12  6629  zf162725 #
     13  6629  zf162725 # When distributing Covered Code, include this CDDL HEADER in each
     14  6629  zf162725 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15  6629  zf162725 # If applicable, add the following below this CDDL HEADER, with the
     16  6629  zf162725 # fields enclosed by brackets "[]" replaced with your own identifying
     17  6629  zf162725 # information: Portions Copyright [yyyy] [name of copyright owner]
     18  6629  zf162725 #
     19  6629  zf162725 # CDDL HEADER END
     20  6629  zf162725 #
     21  9345    Quaker # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     22  6629  zf162725 # Use is subject to license terms.
     23  6629  zf162725 #
     24  6629  zf162725 
     25  6629  zf162725 include ../Makefile.com
     26  6629  zf162725 
     27  6629  zf162725 LICENSEFILES += ../../uts/common/io/ural/THIRDPARTYLICENSE
     28  6629  zf162725 CDDL =
     29  6629  zf162725 
     30  6629  zf162725 .KEEP_STATE:
     31  6629  zf162725 
     32  9345    Quaker all: $(FILES) depend postinstall postremove
     33  6629  zf162725 install: all pkg
     34  6629  zf162725 
     35  6629  zf162725 include ../Makefile.targ
     36