Makefile revision 99dda20867d903eec23291ba1ecb18a82d70096b
4be39ac606cc80de5b28e745a94b099557387ff7vboxsync#
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync# CDDL HEADER START
d34409ad02ea0d28e08a6c4b089a412fdb3b4c9cvboxsync#
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync# The contents of this file are subject to the terms of the
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync# Common Development and Distribution License (the "License").
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync# You may not use this file except in compliance with the License.
c7814cf6e1240a519cbec0441e033d0e2470ed00vboxsync#
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync# or http://www.opensolaris.org/os/licensing.
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync# See the License for the specific language governing permissions
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync# and limitations under the License.
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync#
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync# When distributing Covered Code, include this CDDL HEADER in each
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync# If applicable, add the following below this CDDL HEADER, with the
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync#
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync# CDDL HEADER END
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync#
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync# Use is subject to license terms.
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync#
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync#ident "%Z%%M% %I% %E% SMI"
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync#
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsyncinclude ../Makefile.com
ad13c20995d0a1aafbfbd35b2d698ef2ff5fbeefvboxsync
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync.KEEP_STATE:
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsyncDATAFILES += i.manifest r.manifest i.sshdconfig
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsyncLICENSEFILES = ../../cmd/ssh/THIRDPARTYLICENSE
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsyncall: $(FILES) postinstall
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsyncinstall: all pkg
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsyncinclude ../Makefile.targ
a9b62afc62b28da7a1a77f34259f8013892d9664vboxsync