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