Makefile revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
3787N/A# CDDL HEADER START
3909N/A#
3787N/A# The contents of this file are subject to the terms of the
3787N/A# Common Development and Distribution License (the "License").
3787N/A# You may not use this file except in compliance with the License.
3787N/A#
3787N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3787N/A# or http://www.opensolaris.org/os/licensing.
3787N/A# See the License for the specific language governing permissions
3787N/A# and limitations under the License.
3787N/A#
3787N/A# When distributing Covered Code, include this CDDL HEADER in each
3787N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3787N/A# If applicable, add the following below this CDDL HEADER, with the
3787N/A# fields enclosed by brackets "[]" replaced with your own identifying
3787N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3787N/A#
3787N/A# CDDL HEADER END
3787N/A#
3787N/A#
3787N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
3787N/A# Use is subject to license terms.
3787N/A#
3787N/A# include global definitions
3787N/Ainclude ../../../../../Makefile.master
3787N/A
3787N/AHDRS= dsw.h dsw_dev.h
3787N/A
3787N/AROOTDIRS= $(ROOT)/usr/include/sys/nsctl
3787N/A
3787N/AROOTHDRS= $(HDRS:%=$(ROOTDIRS)/%)
3787N/A
3787N/ACHECKHDRS= $(HDRS:%.h=%.check)
3787N/A
3787N/A# install rule
3787N/A$(ROOTDIRS)/%: %
3787N/A $(INS.file)
3787N/A
3787N/A.KEEP_STATE:
3787N/A
.PARALLEL: $(CHECKHDRS)
install_h: $(ROOTDIRS) $(ROOTHDRS)
$(ROOTDIRS):
$(INS.dir)
check: $(CHECKHDRS)