Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
9a0dd99a757c469d9530acd5cb11789b3b0af5ceEvan Hunt# CDDL HEADER START
9a0dd99a757c469d9530acd5cb11789b3b0af5ceEvan Hunt# The contents of this file are subject to the terms of the
641e87a1a0ee716f46b4d0f529e73b58f19aee4eEvan Hunt# Common Development and Distribution License, Version 1.0 only
641e87a1a0ee716f46b4d0f529e73b58f19aee4eEvan Hunt# (the "License"). You may not use this file except in compliance
641e87a1a0ee716f46b4d0f529e73b58f19aee4eEvan Hunt# with the License.
2154c019124246199c7fe494b86860461c8a5f40Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2154c019124246199c7fe494b86860461c8a5f40Evan Hunt# See the License for the specific language governing permissions
214836c18496e0d2630df1cda5eeee13c38b9068Evan Hunt# and limitations under the License.
214836c18496e0d2630df1cda5eeee13c38b9068Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
43d84798fac5cfeeecf9431ef848a9ffdcf0d86fEvan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
43d84798fac5cfeeecf9431ef848a9ffdcf0d86fEvan Hunt# If applicable, add the following below this CDDL HEADER, with the
43d84798fac5cfeeecf9431ef848a9ffdcf0d86fEvan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
43d84798fac5cfeeecf9431ef848a9ffdcf0d86fEvan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
71f8edccba553c4ed4988dd12ac877564e4987d1Evan Hunt# CDDL HEADER END
71f8edccba553c4ed4988dd12ac877564e4987d1Evan Hunt# Copyright 2000, 2003 Sun Microsystems, Inc. All rights reserved.
71f8edccba553c4ed4988dd12ac877564e4987d1Evan Hunt# Use is subject to license terms.
b3d116c299722ed7b27550744fff789a61ad3d2bEvan Hunt#ident "%Z%%M% %I% %E% SMI"
dc6cea0448ea7b10eb1ae7d38bfc18544a4dfb97Evan Hunt# include global definitions
54ca2413348024c6d03904c01486c952c3d4a3bcEvan Hunt# Override defaults.
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark AndrewsROOTDIRS= $(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM)
a6b0db81c82ab3528d19137b08d1cb3f8ed06a52Evan HuntLINKDEST= ../../../../platform/$(PLATFORM)/include/sys
fc0bfa07c7b7aff70cf75e9414167e1f2d532845Mark Andrewsinstall_h: $(ROOTDIRS) .WAIT $(ROOTHDRS) $(ROOTLINK)
c359f7b10f2ea19f08668a3c89c91d0834035ec8Mark Andrews# install rules
25b95d31ce658326510bef979cf2909c6eddc428Mark Andrews$(USR_DAKTARI_ISYS_DIR)/%: % $(USR_DAKTARI_ISYS_DIR)
222d38735f97f771054e223b03f84c5858252332Evan Hunt# -r because this used to be a directory and is now a link.