Makefile revision 25cf1a301a396c38e8adf52c15f537b80d2483f7
8bbfb495a2c076642fb0b9327ae63e4f5c33d66aTinderbox User# CDDL HEADER START
4a14ce5ba00ab7bc55c99ffdcf59c7a4ab902721Automatic Updater# The contents of this file are subject to the terms of the
689023771c563d8660e45d439a207e06e96de28fMark Andrews# Common Development and Distribution License (the "License").
689023771c563d8660e45d439a207e06e96de28fMark Andrews# You may not use this file except in compliance with the License.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# See the License for the specific language governing permissions
689023771c563d8660e45d439a207e06e96de28fMark Andrews# and limitations under the License.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
689023771c563d8660e45d439a207e06e96de28fMark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# If applicable, add the following below this CDDL HEADER, with the
ea94d370123a5892f6c47a97f21d1b28d44bb168Tinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# information: Portions Copyright [yyyy] [name of copyright owner]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# CDDL HEADER END
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Use is subject to license terms.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# ident "%Z%%M% %I% %E% SMI"
8bbfb495a2c076642fb0b9327ae63e4f5c33d66aTinderbox User# include global definitions
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Override defaults.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinROOTDIRS= $(ROOTDIR)/uts $(ROOTDIR)/uts/$(PLATFORM)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinLINKDEST= ../../../../platform/$(PLATFORM)/include/sys
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeininstall_h: $(ROOTDIRS) .WAIT $(ROOTHDRS) $(ROOTLINK)
d060d8669f5558690e7faf4a1c12fe5c02a7c60dAutomatic Updater# install rules
d060d8669f5558690e7faf4a1c12fe5c02a7c60dAutomatic Updater$(USR_OPL_ISYS_DIR)/%: % $(USR_OPL_ISYS_DIR)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# -r because this used to be a directory and is now a link.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein -$(RM) -r $@; $(SYMLINK) $(LINKDEST) $@ $(CHOWNLINK) $(CHGRPLINK)