Makefile revision 89b43686db1fe9681d80a7cf5662730cb9378cae
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# CDDL HEADER START
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# The contents of this file are subject to the terms of the
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# Common Development and Distribution License (the "License").
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# You may not use this file except in compliance with the License.
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# See the License for the specific language governing permissions
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# and limitations under the License.
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# When distributing Covered Code, include this CDDL HEADER in each
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# If applicable, add the following below this CDDL HEADER, with the
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# fields enclosed by brackets "[]" replaced with your own identifying
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# information: Portions Copyright [yyyy] [name of copyright owner]
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# CDDL HEADER END
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# Use is subject to license terms.
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# Copyright (c) 2011 Bayard G. Bell. All rights reserved.
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# This makefile drives the production of the spppasyn STREAMS
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# kernel module.
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# intel architecture dependent
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# Path to the base of the uts directory tree (usually /usr/src/uts).
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# Define the module and object file sets.
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# Include common rules.
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# Define targets
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# Internal build definitions
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# Additional compiler definitions
a7ff1335befc75bdbfc0addba7306dec7bb6202ccolm# For now, disable these lint checks; maintainers should endeavor
695cbdea48fde06a0da432a4e3a4a316d7751d0achrisd# to investigate and remove these for maximum lint coverage.
a7ff1335befc75bdbfc0addba7306dec7bb6202ccolm# Please do not carry these forward to new Makefiles.
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# Depends on sppp
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# Default build targets.
92adf051614160febf3e95c5b51ffd0a0908f052wrowe# Include common targets.