Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
670734c2ee137c587411795c6f82566c9d3729b7coar# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License, Version 1.0 only
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbb# (the "License"). You may not use this file except in compliance
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbb# with the License.
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanoj# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# See the License for the specific language governing permissions
91a71946d0fb28c0866139edef3dd59f36ba5b9cstoddard# and limitations under the License.
91a71946d0fb28c0866139edef3dd59f36ba5b9cstoddard# When distributing Covered Code, include this CDDL HEADER in each
91a71946d0fb28c0866139edef3dd59f36ba5b9cstoddard# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
91a71946d0fb28c0866139edef3dd59f36ba5b9cstoddard# If applicable, add the following below this CDDL HEADER, with the
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# fields enclosed by brackets "[]" replaced with your own identifying
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# information: Portions Copyright [yyyy] [name of copyright owner]
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# CDDL HEADER END
632b0b53511f3bb9c32aa2869fbc73ee35081b38rbb# Copyright 1996, 2001-2003 Sun Microsystems, Inc. All rights reserved.
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# Use is subject to license terms.
f755f06050191550f77c825eff6b0e48a35b3e91dgaudet# ident "%Z%%M% %I% %E% SMI"
40a5b7189dbbb28e107bf008ee625f2f0142c2ccdgaudet# Makefile for logical volume management
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj ${RM} ${OBJECTS} ${DERIVED_FILES} *.o a.out core metamhd.x
df4a7c143b27b489dd2d865bb3f6668c8420b3a9fanf $(RPCGEN) $(RPCGENFLAGS) -c $(SRC)/head/metamhd.x -o $@
c03566fa0156d3a1500a42e4fe539e3e0fc8a11dgstein $(RPCGEN) $(RPCGENFLAGS) -c $(SRC)/uts/common/sys/lvm/mhdx.x | \
c03566fa0156d3a1500a42e4fe539e3e0fc8a11dgstein nawk '{sub(/uts\/common\/sys\/lvm/, "head") ; print $$0}' >$@