13d7072f8Seschrock# 23d7072f8Seschrock# CDDL HEADER START 33d7072f8Seschrock# 43d7072f8Seschrock# The contents of this file are subject to the terms of the 53d7072f8Seschrock# Common Development and Distribution License (the "License"). 63d7072f8Seschrock# You may not use this file except in compliance with the License. 73d7072f8Seschrock# 83d7072f8Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 93d7072f8Seschrock# or http://www.opensolaris.org/os/licensing. 103d7072f8Seschrock# See the License for the specific language governing permissions 113d7072f8Seschrock# and limitations under the License. 123d7072f8Seschrock# 133d7072f8Seschrock# When distributing Covered Code, include this CDDL HEADER in each 143d7072f8Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 153d7072f8Seschrock# If applicable, add the following below this CDDL HEADER, with the 163d7072f8Seschrock# fields enclosed by brackets "[]" replaced with your own identifying 173d7072f8Seschrock# information: Portions Copyright [yyyy] [name of copyright owner] 183d7072f8Seschrock# 193d7072f8Seschrock# CDDL HEADER END 203d7072f8Seschrock# 213d7072f8Seschrock# 223c112a2bSEric Taylor# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 233d7072f8Seschrock# 243d7072f8Seschrock 253d7072f8SeschrockLIBRARY= zfs_mod 263d7072f8Seschrock 273d7072f8Seschrockinclude ../Makefile.com 283d7072f8Seschrock 293c112a2bSEric TaylorCPPFLAGS += -I../../../../lib/libc/inc 303c112a2bSEric TaylorLDLIBS += -lzfs -ldevid -lcmdutils -lnvpair 313d7072f8Seschrock 32*7014882cSRichard LoweCERRWARN += -_gcc=-Wno-uninitialized 33*7014882cSRichard Lowe 343d7072f8Seschrock.KEEP_STATE: 353d7072f8Seschrock 363d7072f8Seschrockall: $(DYNLIB) 373d7072f8Seschrock 383d7072f8Seschrockinstall: all \ 393d7072f8Seschrock $(ROOTLIBSYSEVENTDIR) \ 403d7072f8Seschrock $(ROOTLIBDIR) \ 413d7072f8Seschrock $(ROOTLIBS) 423d7072f8Seschrock 433d7072f8Seschrockinclude ../Makefile.targ 44