Makefile revision ae115bc77f6fcde83175c75b4206dc2e50747966
9f4747a43944848d911353b1bcc99f41aaa5bf81vboxsync# CDDL HEADER START
9f4747a43944848d911353b1bcc99f41aaa5bf81vboxsync# The contents of this file are subject to the terms of the
9f4747a43944848d911353b1bcc99f41aaa5bf81vboxsync# Common Development and Distribution License (the "License").
9f4747a43944848d911353b1bcc99f41aaa5bf81vboxsync# You may not use this file except in compliance with the License.
9f4747a43944848d911353b1bcc99f41aaa5bf81vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9f4747a43944848d911353b1bcc99f41aaa5bf81vboxsync# See the License for the specific language governing permissions
9f4747a43944848d911353b1bcc99f41aaa5bf81vboxsync# and limitations under the License.
9f4747a43944848d911353b1bcc99f41aaa5bf81vboxsync# When distributing Covered Code, include this CDDL HEADER in each
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# If applicable, add the following below this CDDL HEADER, with the
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync# CDDL HEADER END
9f4747a43944848d911353b1bcc99f41aaa5bf81vboxsync# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
9f4747a43944848d911353b1bcc99f41aaa5bf81vboxsync# Use is subject to license terms.
9f4747a43944848d911353b1bcc99f41aaa5bf81vboxsync#pragma ident "%Z%%M% %I% %E% SMI"
120ee2736ed70b5ce8b0b4dd73cc4f8b4b9416c1vboxsync# include global definitions
9f4747a43944848d911353b1bcc99f41aaa5bf81vboxsync# Override defaults.
120ee2736ed70b5ce8b0b4dd73cc4f8b4b9416c1vboxsyncHDRS= hat_i86.h hat_pte.h hment.h htable.h kboot_mmu.h
120ee2736ed70b5ce8b0b4dd73cc4f8b4b9416c1vboxsyncLINKDEST= ../../../../platform/$(PLATFORM)/include/vm
d3b1e232c566c55799a7bfc83f66b045c4d82657vboxsyncinstall_h: $(ROOTDIRS) .WAIT $(ROOTHDRS) $(ROOTLINK)
dccbbd8ec5b45b567312112e7edd5c7130d56262vboxsync# install rules
3f72ab7ee9d1539bfa4ed19972430194627b9273vboxsync# -r because this used to be a directory and is now a link.