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