Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett#
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# CDDL HEADER START
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett#
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# The contents of this file are subject to the terms of the
500b1e787b108592a37e3d54dc9b5e676de5386dAlan Adamson, SD OSSD# Common Development and Distribution License, Version 1.0 only
500b1e787b108592a37e3d54dc9b5e676de5386dAlan Adamson, SD OSSD# (the "License"). You may not use this file except in compliance
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# with the License.
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett#
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# or http://www.opensolaris.org/os/licensing.
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# See the License for the specific language governing permissions
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# and limitations under the License.
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett#
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# When distributing Covered Code, include this CDDL HEADER in each
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# If applicable, add the following below this CDDL HEADER, with the
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# fields enclosed by brackets "[]" replaced with your own identifying
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# information: Portions Copyright [yyyy] [name of copyright owner]
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett#
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# CDDL HEADER END
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett#
500b1e787b108592a37e3d54dc9b5e676de5386dAlan Adamson, SD OSSD#
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# Copyright 2002-2003 Sun Microsystems, Inc. All rights reserved.
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# Use is subject to license terms.
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett#
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# ident "%Z%%M% %I% %E% SMI"
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett#
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettinclude ../Makefile.com
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettPROG = ickey
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettLDLIBS += -linetutil -lwanbootutil
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettCOMMON_DIR = $(SRC)/common
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettCPPFLAGS += -I$(COMMON_DIR)/net/wanboot -I$(CMNCRYPTDIR)
500b1e787b108592a37e3d54dc9b5e676de5386dAlan Adamson, SD OSSD
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettall: $(PROG)
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettinstall: all $(ROOTCMD)
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettclean:
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett
500b1e787b108592a37e3d54dc9b5e676de5386dAlan Adamson, SD OSSDlint: lint_PROG
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettinclude ../../../../Makefile.targ
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett