Makefile revision 257873cfc1dd3337766407f80397db60a56f2f5a
409N/A#
38N/A# CDDL HEADER START
38N/A#
38N/A# The contents of this file are subject to the terms of the
38N/A# Common Development and Distribution License (the "License").
38N/A# You may not use this file except in compliance with the License.
38N/A#
38N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
38N/A# or http://www.opensolaris.org/os/licensing.
38N/A# See the License for the specific language governing permissions
38N/A# and limitations under the License.
38N/A#
38N/A# When distributing Covered Code, include this CDDL HEADER in each
38N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
38N/A# If applicable, add the following below this CDDL HEADER, with the
38N/A# fields enclosed by brackets "[]" replaced with your own identifying
38N/A# information: Portions Copyright [yyyy] [name of copyright owner]
38N/A#
38N/A# CDDL HEADER END
38N/A#
38N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
38N/A# Use is subject to license terms.
38N/A#
409N/A
38N/Ainclude ../../../Makefile.cmd
38N/Ainclude $(SRC)/lib/openssl/Makefile.openssl
38N/A
38N/APROG = bootconfchk
443N/A
38N/ALDLIBS += -lwanbootutil -lwanboot
42N/A
49N/ACPPFLAGS += -I$(SRC)/common/net/wanboot/crypt
38N/A
38N/A.KEEP_STATE:
38N/A
1292N/Aall: $(PROG)
38N/A
38N/Ainstall: all $(ROOTUSRSBINPROG)
38N/A
1292N/Aclean:
38N/A
38N/Alint: lint_PROG
42N/A
42N/Ainclude ../../../Makefile.targ
42N/A