Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync# CDDL HEADER START
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync# The contents of this file are subject to the terms of the
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync# Common Development and Distribution License (the "License").
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync# You may not use this file except in compliance with the License.
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync# See the License for the specific language governing permissions
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync# and limitations under the License.
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync# When distributing Covered Code, include this CDDL HEADER in each
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync# If applicable, add the following below this CDDL HEADER, with the
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync# CDDL HEADER END
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync# Use is subject to license terms.
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync#ident "%Z%%M% %I% %E% SMI"
09be92438e241f8528a68e84e8752ca17558d37cvboxsync# This makefile drives the production of the ibnex driver
09be92438e241f8528a68e84e8752ca17558d37cvboxsync# sparc architecture dependent
575c6ae5723369fc8ababc6dcce572670513a2c1vboxsync# Path to the base of the uts directory tree (usually /usr/src/uts).
UTSBASE = ../..
TEST = test
%.wlcmd:
$(TOUCH) $@