1ea8dc4b6Seschrock#
2ea8dc4b6Seschrock# CDDL HEADER START
3ea8dc4b6Seschrock#
4ea8dc4b6Seschrock# The contents of this file are subject to the terms of the
5ea8dc4b6Seschrock# Common Development and Distribution License (the "License").
6ea8dc4b6Seschrock# You may not use this file except in compliance with the License.
7ea8dc4b6Seschrock#
8ea8dc4b6Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ea8dc4b6Seschrock# or http://www.opensolaris.org/os/licensing.
10ea8dc4b6Seschrock# See the License for the specific language governing permissions
11ea8dc4b6Seschrock# and limitations under the License.
12ea8dc4b6Seschrock#
13ea8dc4b6Seschrock# When distributing Covered Code, include this CDDL HEADER in each
14ea8dc4b6Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ea8dc4b6Seschrock# If applicable, add the following below this CDDL HEADER, with the
16ea8dc4b6Seschrock# fields enclosed by brackets "[]" replaced with your own identifying
17ea8dc4b6Seschrock# information: Portions Copyright [yyyy] [name of copyright owner]
18ea8dc4b6Seschrock#
19ea8dc4b6Seschrock# CDDL HEADER END
20ea8dc4b6Seschrock#
21ea8dc4b6Seschrock#
22*069f55e2SEric Schrock# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23ea8dc4b6Seschrock# Use is subject to license terms.
24ea8dc4b6Seschrock#
25ea8dc4b6Seschrock
26ea8dc4b6SeschrockMODULE = zfs-diagnosis
27ea8dc4b6SeschrockCLASS = common
28ea8dc4b6SeschrockSRCS = zfs_de.c
29ea8dc4b6Seschrock
30ea8dc4b6Seschrockinclude ../../Makefile.plugin
31ea8dc4b6Seschrock
32*069f55e2SEric SchrockLDLIBS += -L$(ROOTLIB)/fm -luutil -lzfs -ltopo
33*069f55e2SEric SchrockLDFLAGS += -R/usr/lib/fm
34