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