199653d4eSeschrock# 299653d4eSeschrock# CDDL HEADER START 399653d4eSeschrock# 499653d4eSeschrock# The contents of this file are subject to the terms of the 599653d4eSeschrock# Common Development and Distribution License (the "License"). 699653d4eSeschrock# You may not use this file except in compliance with the License. 799653d4eSeschrock# 899653d4eSeschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 999653d4eSeschrock# or http://www.opensolaris.org/os/licensing. 1099653d4eSeschrock# See the License for the specific language governing permissions 1199653d4eSeschrock# and limitations under the License. 1299653d4eSeschrock# 1399653d4eSeschrock# When distributing Covered Code, include this CDDL HEADER in each 1499653d4eSeschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1599653d4eSeschrock# If applicable, add the following below this CDDL HEADER, with the 1699653d4eSeschrock# fields enclosed by brackets "[]" replaced with your own identifying 1799653d4eSeschrock# information: Portions Copyright [yyyy] [name of copyright owner] 1899653d4eSeschrock# 1999653d4eSeschrock# CDDL HEADER END 2099653d4eSeschrock# 2199653d4eSeschrock# 22*069f55e2SEric Schrock# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 2399653d4eSeschrock# Use is subject to license terms. 2499653d4eSeschrock# 2599653d4eSeschrock 2699653d4eSeschrockMODULE = zfs-retire 2799653d4eSeschrockCLASS = common 2899653d4eSeschrockSRCS = zfs_retire.c 2999653d4eSeschrock 3099653d4eSeschrockinclude ../../Makefile.plugin 3199653d4eSeschrock 32*069f55e2SEric SchrockLDLIBS += -lzfs -L$(ROOTLIB)/fm -ltopo 33*069f55e2SEric SchrockLDFLAGS += -R/usr/lib/fm 34