Makefile revision 355b4669e025ff377602b6fc7caaf30dbc218371
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# CDDL HEADER START
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# The contents of this file are subject to the terms of the
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# Common Development and Distribution License, Version 1.0 only
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# (the "License"). You may not use this file except in compliance
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# with the License.
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# See the License for the specific language governing permissions
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# and limitations under the License.
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# When distributing Covered Code, include this CDDL HEADER in each
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# If applicable, add the following below this CDDL HEADER, with the
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# fields enclosed by brackets "[]" replaced with your own identifying
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# information: Portions Copyright [yyyy] [name of copyright owner]
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# CDDL HEADER END
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# Use is subject to license terms.
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans# ident "%Z%%M% %I% %E% SMI"
8afbae077394bf15b64633f006ff3cbba11fcd87Rod EvansMSGFILES= encr/encr.c hmac/hmac.c ickey/ickey.c keygen/keygen.c \
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans keymgmt/keymgmt.c p12split/p12split.c netbootinfo/netbootinfo.c
FRC: