Makefile revision d62bc4badc1c1f1549c961cfb8b420e650e1272b
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# CDDL HEADER START
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# The contents of this file are subject to the terms of the
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Common Development and Distribution License (the "License").
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# You may not use this file except in compliance with the License.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# See the License for the specific language governing permissions
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# and limitations under the License.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# When distributing Covered Code, include this CDDL HEADER in each
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# If applicable, add the following below this CDDL HEADER, with the
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# fields enclosed by brackets "[]" replaced with your own identifying
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# information: Portions Copyright [yyyy] [name of copyright owner]
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# CDDL HEADER END
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Use is subject to license terms.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf#ident "%Z%%M% %I% %E% SMI"
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Path to the base of the uts directory tree (usually /usr/src/uts).
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Define the module and object file sets.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Include common rules.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Define targets
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyfINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyfLDFLAGS += -dy -Ndrv/dld -Nmisc/mac -Nmisc/strplumb -Nmisc/dls
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# For now, disable these lint checks as it is a generic STREAMS problem;
7b1019a6d29ccb7999dc76cba3dde1c627e8e609Jerry Jelinek# maintainers should endeavor to investigate and remove these for maximum
7b1019a6d29ccb7999dc76cba3dde1c627e8e609Jerry Jelinek# lint coverage.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Default build targets.
2df1fe9ca32bb227b9158c67f5c00b54c20b10fdrandyf# Include common targets.