Home | History | Annotate | Download | only in disk
      1  4582  cth #
      2  4582  cth # CDDL HEADER START
      3  4582  cth #
      4  4582  cth # The contents of this file are subject to the terms of the
      5  4582  cth # Common Development and Distribution License (the "License").
      6  4582  cth # You may not use this file except in compliance with the License.
      7  4582  cth #
      8  4582  cth # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9  4582  cth # or http://www.opensolaris.org/os/licensing.
     10  4582  cth # See the License for the specific language governing permissions
     11  4582  cth # and limitations under the License.
     12  4582  cth #
     13  4582  cth # When distributing Covered Code, include this CDDL HEADER in each
     14  4582  cth # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15  4582  cth # If applicable, add the following below this CDDL HEADER, with the
     16  4582  cth # fields enclosed by brackets "[]" replaced with your own identifying
     17  4582  cth # information: Portions Copyright [yyyy] [name of copyright owner]
     18  4582  cth #
     19  4582  cth # CDDL HEADER END
     20  4582  cth #
     21  4582  cth #
     22  6640  cth # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     23  4582  cth # Use is subject to license terms.
     24  4582  cth #
     25  4582  cth #pragma ident	"%Z%%M%	%I%	%E% SMI"
     26  4582  cth 
     27  4582  cth MODULE = disk
     28  4582  cth CLASS = common
     29  4582  cth 
     30  6640  cth MODULESRCS = disk.c disk_common.c
     31  4582  cth 
     32  4582  cth include ../../Makefile.plugin
     33  4582  cth 
     34  4582  cth LDLIBS += -ldevinfo -ldevid -lcfgadm -ldiskstatus
     35  4582  cth 
     36