Makefile revision fa9e4066f08beec538e775443c5be79dd423fcab
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# CDDL HEADER START
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# The contents of this file are subject to the terms of the
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# Common Development and Distribution License, Version 1.0 only
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# (the "License"). You may not use this file except in compliance
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# with the License.
dd750c560ae48cf6caeb9a9fe81d33fc4746106dBrian Wellington# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dd750c560ae48cf6caeb9a9fe81d33fc4746106dBrian Wellington# or http://www.opensolaris.org/os/licensing.
dd750c560ae48cf6caeb9a9fe81d33fc4746106dBrian Wellington# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# CDDL HEADER END
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# Use is subject to license terms.
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# ident "%Z%%M% %I% %E% SMI"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# lint complains about unused _umem_* functions
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob HalleyUSRLIBFSTYPELINKS = $(LINKPROGS:%=$(USRLIBFSTYPE)/%)
0ffaee887ff5674b8c3bb0435ae838f641981706Mark AndrewsROOTETCFSTYPELINKS = $(LINKPROGS:%=$(ROOTETCFSTYPE)/%)
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halleyinstall: all $(ROOTSBINPROG) $(ROOTUSRSBINLINKS) $(USRLIBFSTYPELINKS) \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Links from /usr/sbin to /sbin
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Links from /usr/lib/fs/zfs to /sbin
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley -$(RM) $@; $(SYMLINK) ../../../../sbin/$(PROG) $@
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# Links from /etc/fs/zfs to /sbin