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