Makefile revision c8343062f6e25afd9c2a31b65df357030e69fa55
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# CDDL HEADER START
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The contents of this file are subject to the terms of the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Common Development and Distribution License, Version 1.0 only
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# (the "License"). You may not use this file except in compliance
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# with the License.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# See the License for the specific language governing permissions
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# and limitations under the License.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# When distributing Covered Code, include this CDDL HEADER in each
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If applicable, add the following below this CDDL HEADER, with the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# CDDL HEADER END
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Use is subject to license terms.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#pragma ident "%Z%%M% %I% %E% SMI"
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# This makefile drives the production of the floppy controller dirver
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# i86pc implementation architecture dependent
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Path to the base of the uts directory tree (usually /usr/src/uts).
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Define the module and object file sets.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Include common rules.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Define targets
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Overrides.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Default build targets.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Include common targets.