79159a86ddb51071055abd7ee08935bc65b9e7a9Scott Moser# CDDL HEADER START
79159a86ddb51071055abd7ee08935bc65b9e7a9Scott Moser# The contents of this file are subject to the terms of the
65d8ae9c4a66f5ca85289c02dc06d63261c84619Scott Moser# Common Development and Distribution License (the "License").
65d8ae9c4a66f5ca85289c02dc06d63261c84619Scott Moser# You may not use this file except in compliance with the License.
65d8ae9c4a66f5ca85289c02dc06d63261c84619Scott Moser# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
79159a86ddb51071055abd7ee08935bc65b9e7a9Scott Moser# See the License for the specific language governing permissions
79159a86ddb51071055abd7ee08935bc65b9e7a9Scott Moser# and limitations under the License.
79159a86ddb51071055abd7ee08935bc65b9e7a9Scott Moser# When distributing Covered Code, include this CDDL HEADER in each
65d8ae9c4a66f5ca85289c02dc06d63261c84619Scott Moser# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d24d56d7ee3420bb79238ff84cad07c20cf4757dScott Moser# If applicable, add the following below this CDDL HEADER, with the
54e339f91785368a7825b2edaad04c2177a1a382Scott Moser# fields enclosed by brackets "[]" replaced with your own identifying
65d8ae9c4a66f5ca85289c02dc06d63261c84619Scott Moser# information: Portions Copyright [yyyy] [name of copyright owner]
1e0f62acaacb4e7639d6203a9f008c66be712026Serge Hallyn# CDDL HEADER END
65d8ae9c4a66f5ca85289c02dc06d63261c84619Scott Moser# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
65d8ae9c4a66f5ca85289c02dc06d63261c84619Scott Moser# Use is subject to license terms.
65d8ae9c4a66f5ca85289c02dc06d63261c84619Scott Moser# ident "%Z%%M% %I% %E% SMI"
65d8ae9c4a66f5ca85289c02dc06d63261c84619Scott MoserOBJS = probe-storage.o cdutils.o fsutils.o logger.o
65d8ae9c4a66f5ca85289c02dc06d63261c84619Scott MoserCPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
65d8ae9c4a66f5ca85289c02dc06d63261c84619Scott MoserCPPFLAGS += $(HAL_DBUS_CPPFLAGS) $(HAL_CONFIG_CPPFLAGS)
5d066f24e65ef482cdfee241ce65e060d1652efcScott MoserCPPFLAGS += -I$(ROOT)/usr/include/hal -I../../utils -I../../hald