Makefile revision fa9e4066f08beec538e775443c5be79dd423fcab
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# CDDL HEADER START
f202f2587b9ba4753afba49b796f599cc12b4d0fAndreas Gustafsson# The contents of this file are subject to the terms of the
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# Common Development and Distribution License, Version 1.0 only
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# (the "License"). You may not use this file except in compliance
f202f2587b9ba4753afba49b796f599cc12b4d0fAndreas Gustafsson# with the License.
f202f2587b9ba4753afba49b796f599cc12b4d0fAndreas Gustafsson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f202f2587b9ba4753afba49b796f599cc12b4d0fAndreas Gustafsson# or http://www.opensolaris.org/os/licensing.
f202f2587b9ba4753afba49b796f599cc12b4d0fAndreas Gustafsson# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# CDDL HEADER END
f202f2587b9ba4753afba49b796f599cc12b4d0fAndreas Gustafsson# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Use is subject to license terms.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein#ident "%Z%%M% %I% %E% SMI"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# This signals that $(KMODSRCS) != $(MODSRCS). Typegraph is not usable under
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# kmdb. As such, we don't bother compiling it.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# We are not actually hardwiring some dependency on i86pc, we just need to
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# include sys/param.h with _MACHDEP defined, and this forces the inclusion of
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# machparam.h, even though we don't use anything there. This is a temporary
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# kludge until we invent -DDONTINCLUDEMACHPARAM or something.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Needed to include c2/audit.h (from cred.h)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Needed to find include file mutex_impl.h