1b3700b07SGordon Ross# 2b3700b07SGordon Ross# CDDL HEADER START 3b3700b07SGordon Ross# 4b3700b07SGordon Ross# The contents of this file are subject to the terms of the 5b3700b07SGordon Ross# Common Development and Distribution License (the "License"). 6b3700b07SGordon Ross# You may not use this file except in compliance with the License. 7b3700b07SGordon Ross# 8b3700b07SGordon Ross# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9b3700b07SGordon Ross# or http://www.opensolaris.org/os/licensing. 10b3700b07SGordon Ross# See the License for the specific language governing permissions 11b3700b07SGordon Ross# and limitations under the License. 12b3700b07SGordon Ross# 13b3700b07SGordon Ross# When distributing Covered Code, include this CDDL HEADER in each 14b3700b07SGordon Ross# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15b3700b07SGordon Ross# If applicable, add the following below this CDDL HEADER, with the 16b3700b07SGordon Ross# fields enclosed by brackets "[]" replaced with your own identifying 17b3700b07SGordon Ross# information: Portions Copyright [yyyy] [name of copyright owner] 18b3700b07SGordon Ross# 19b3700b07SGordon Ross# CDDL HEADER END 20b3700b07SGordon Ross# 21b3700b07SGordon Ross# 22b3700b07SGordon Ross# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23b3700b07SGordon Ross# Use is subject to license terms. 24b3700b07SGordon Ross# 25b3700b07SGordon Ross# Copyright 2014 Nexenta Systems, Inc. All rights reserved. 26b3700b07SGordon Ross# 27b3700b07SGordon Ross 28b3700b07SGordon Rossinclude ../Makefile.com 29b3700b07SGordon Ross 30*241c90a0SRichard Loweinstall: all $(ROOTLIBS) $(ROOTLINKS) 31