Makefile revision b6805bf78d2bbbeeaea8909a05623587b42d58b3
f2a95ee1bf54c949614a68bf152ea9a8e1d3a172Stéphane Graber# CDDL HEADER START
1ecee40b7dcb933d2c9910f07ed26c6a55e18206Michael H. Warfield# The contents of this file are subject to the terms of the
1ecee40b7dcb933d2c9910f07ed26c6a55e18206Michael H. Warfield# Common Development and Distribution License, Version 1.0 only
00fe5e1d19def221951c1bfcb631b47a2403c951Stéphane Graber# (the "License"). You may not use this file except in compliance
00fe5e1d19def221951c1bfcb631b47a2403c951Stéphane Graber# with the License.
1ecee40b7dcb933d2c9910f07ed26c6a55e18206Michael H. Warfield# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cae3584efccc63f544c8748bd13d80e11bc79aefgza# See the License for the specific language governing permissions
705bfae0d801ae08761f30a98eaa61c64e0f66b6Stéphane Graber# and limitations under the License.
41cf1ac30de569888c70b1f1b40d29993950ff2eMichael H. Warfield# When distributing Covered Code, include this CDDL HEADER in each
9e69977fa6fe9273cbe166cbb7f9cbbd427b5a01Dwight Engen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9e69977fa6fe9273cbe166cbb7f9cbbd427b5a01Dwight Engen# If applicable, add the following below this CDDL HEADER, with the
bf3e09c00eab82850782ad6ec74e4403d84ae866KATOH Yasufumi# fields enclosed by brackets "[]" replaced with your own identifying
cb13115193f408eb4de08ea9b6c73c1fe22a0263Stéphane Graber# information: Portions Copyright [yyyy] [name of copyright owner]
f2a95ee1bf54c949614a68bf152ea9a8e1d3a172Stéphane Graber# CDDL HEADER END
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# Copyright (c) 1996,1997 by Sun Microsystems, Inc.
214a98ef56b487ed9ca5a021f2e44bb7525e82ecSerge Hallyn# All rights reserved.
$(MACH):
$(MKDIR) -p $@
$(MACH)/%.o: %.c
$(COMPILE.c) -o $@ $<