Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# CDDL HEADER START
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# The contents of this file are subject to the terms of the
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# Common Development and Distribution License, Version 1.0 only
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# (the "License"). You may not use this file except in compliance
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# with the License.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# or http://www.opensolaris.org/os/licensing.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# See the License for the specific language governing permissions
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse# and limitations under the License.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#
bc8fd1b0b1afdf89b8d28eefa8cd74e26ba97986fielding# When distributing Covered Code, include this CDDL HEADER in each
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# If applicable, add the following below this CDDL HEADER, with the
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# fields enclosed by brackets "[]" replaced with your own identifying
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# information: Portions Copyright [yyyy] [name of copyright owner]
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# CDDL HEADER END
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# Use is subject to license terms.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# ident "%Z%%M% %I% %E% SMI"
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rseinclude ../Makefile.com
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rsePROG= keymgmt
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rseLDLIBS += -lwanbootutil
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rseCPPFLAGS += -I$(CMNCRYPTDIR)
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rseall: $(PROG)
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rseinstall: all $(ROOTCMD)
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rseclean:
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rselint: lint_PROG
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rseinclude ../../../../Makefile.targ
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse