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