Makefile revision d7141854234c22ab8fe0547bf51a2f3a30781870
210N/A#
210N/A# CDDL HEADER START
210N/A#
210N/A# The contents of this file are subject to the terms of the
911N/A# Common Development and Distribution License (the "License").
851N/A# You may not use this file except in compliance with the License.
210N/A#
210N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
210N/A# or http://www.opensolaris.org/os/licensing.
210N/A# See the License for the specific language governing permissions
210N/A# and limitations under the License.
210N/A#
210N/A# When distributing Covered Code, include this CDDL HEADER in each
210N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
210N/A# If applicable, add the following below this CDDL HEADER, with the
210N/A# fields enclosed by brackets "[]" replaced with your own identifying
210N/A# information: Portions Copyright [yyyy] [name of copyright owner]
210N/A#
210N/A# CDDL HEADER END
210N/A#
210N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
210N/A# Use is subject to license terms.
210N/A#
210N/A
210N/Ainclude ../Makefile.com
210N/A
210N/APROG= p12split
210N/ALDLIBS += -lwanboot -linetutil -lwanbootutil -lcrypto
210N/ACPPFLAGS += -I$(CMNCRYPTDIR)
210N/A
210N/Aall: $(PROG)
210N/A
210N/Ainstall: all $(ROOTCMD)
210N/A
210N/Aclean:
493N/A
210N/Alint: lint_PROG
210N/A
851N/Ainclude ../../../../Makefile.targ
210N/A