1fa9e4066Sahrens# 2fa9e4066Sahrens# CDDL HEADER START 3fa9e4066Sahrens# 4fa9e4066Sahrens# The contents of this file are subject to the terms of the 5fa9e4066Sahrens# Common Development and Distribution License, Version 1.0 only 6fa9e4066Sahrens# (the "License"). You may not use this file except in compliance 7fa9e4066Sahrens# with the License. 8fa9e4066Sahrens# 9fa9e4066Sahrens# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10fa9e4066Sahrens# or http://www.opensolaris.org/os/licensing. 11fa9e4066Sahrens# See the License for the specific language governing permissions 12fa9e4066Sahrens# and limitations under the License. 13fa9e4066Sahrens# 14fa9e4066Sahrens# When distributing Covered Code, include this CDDL HEADER in each 15fa9e4066Sahrens# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16fa9e4066Sahrens# If applicable, add the following below this CDDL HEADER, with the 17fa9e4066Sahrens# fields enclosed by brackets "[]" replaced with your own identifying 18fa9e4066Sahrens# information: Portions Copyright [yyyy] [name of copyright owner] 19fa9e4066Sahrens# 20fa9e4066Sahrens# CDDL HEADER END 21fa9e4066Sahrens# 22fa9e4066Sahrens# 23fbfd10ffStalley# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 24fa9e4066Sahrens# Use is subject to license terms. 25fa9e4066Sahrens# 26fa9e4066Sahrens 27fa9e4066SahrensPROG= availdevs 28fa9e4066Sahrens 29fa9e4066Sahrensinclude ../Makefile.cmd 30fa9e4066Sahrens 31fa9e4066SahrensROOTCMDDIR= $(ROOTLIB)/zfs 32fa9e4066Sahrens 33*494f7e12SKeith M WesolowskiINCS += -I$(ADJUNCT_PROTO)/usr/include/libxml2 34fa9e4066Sahrens 35088e9d47Seschrock# 36088e9d47Seschrock# There is no lint library for libxml2, so we need to avoid linking against 37088e9d47Seschrock# it during lint, as well as turning off the warnings lint would generate. 38088e9d47Seschrock# 39fbfd10ffStalleyLDLIBS += -lzfs_jni -lnvpair -lzfs 40088e9d47Seschrockall install := LDLIBS += -lxml2 41088e9d47SeschrockLINTFLAGS += -xerroff=E_NAME_USED_NOT_DEF2 42088e9d47Seschrock 43fa9e4066SahrensCPPFLAGS += $(INCS) -D_LARGEFILE64_SOURCE=1 -D_REENTRANT 44dc307942Stalley$(NOT_RELEASE_BUILD) CPPFLAGS += -DDEBUG 45fa9e4066Sahrens 46fa9e4066Sahrens.KEEP_STATE: 47fa9e4066Sahrens 48fa9e4066Sahrensall: $(PROG) 49fa9e4066Sahrens 50fa9e4066Sahrensinstall: all $(ROOTCMD) 51fa9e4066Sahrens 52fa9e4066Sahrensclean: 53fa9e4066Sahrens 54088e9d47Seschrocklint: lint_PROG 55fa9e4066Sahrens 56fa9e4066Sahrensinclude ../Makefile.targ 57