Makefile revision 9dd0f810214fdc8e1af881a9a5c4b6927629ff9e
829N/A# The contents of this file are subject to the terms of the 829N/A# Common Development and Distribution License (the "License"). 829N/A# You may not use this file except in compliance with the License. 829N/A# See the License for the specific language governing permissions 829N/A# and limitations under the License. 829N/A# When distributing Covered Code, include this CDDL HEADER in each 829N/A# If applicable, add the following below this CDDL HEADER, with the 829N/A# fields enclosed by brackets "[]" replaced with your own identifying 829N/A# information: Portions Copyright [yyyy] [name of copyright owner] 829N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 829N/A# Use is subject to license terms. 829N/A#ident "%Z%%M% %I% %E% SMI" 829N/A# This signals that $(KMODSRCS) != $(MODSRCS). Typegraph is not usable under 829N/A# kmdb. As such, we don't bother compiling it. 829N/A# We are not actually hardwiring some dependency on i86pc, we just need to 829N/A# include sys/param.h with _MACHDEP defined, and this forces the inclusion of 829N/A# kludge until we invent -DDONTINCLUDEMACHPARAM or something.