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