Makefile revision d7141854234c22ab8fe0547bf51a2f3a30781870
f2d82649d9c0b6371cffaff1528277f9db7f0961Luke Smith#
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith# CDDL HEADER START
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith#
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith# The contents of this file are subject to the terms of the
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith# Common Development and Distribution License (the "License").
830942dd35b8923359649312679641a5de751291Luke Smith# You may not use this file except in compliance with the License.
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith#
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith# or http://www.opensolaris.org/os/licensing.
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith# See the License for the specific language governing permissions
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith# and limitations under the License.
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith#
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith# When distributing Covered Code, include this CDDL HEADER in each
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith# If applicable, add the following below this CDDL HEADER, with the
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith# fields enclosed by brackets "[]" replaced with your own identifying
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith# information: Portions Copyright [yyyy] [name of copyright owner]
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith#
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith# CDDL HEADER END
ed51daad3a3ab15255ca10edef69d5f703d69adbLuke Smith#
ed51daad3a3ab15255ca10edef69d5f703d69adbLuke Smith# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
ed51daad3a3ab15255ca10edef69d5f703d69adbLuke Smith# Use is subject to license terms.
ed51daad3a3ab15255ca10edef69d5f703d69adbLuke Smith#
16479f9c396537f36d0d9c5633b24df618eee1e6Luke Smith
c31ae0e3c3d2726907b1876b5fe81cfd94527d5dLuke Smithinclude ../Makefile.com
f9918f6b658319940d633dd8c9a2c16d05b4c881Luke Smith
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke SmithPROG = wanboot-cgi
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke SmithLDLIBS += -lgen -lnsl -lwanbootutil -lnvpair -lwanboot -lcrypto
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke SmithCPPFLAGS += -I$(CMNCRYPTDIR)
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smith
f2d82649d9c0b6371cffaff1528277f9db7f0961Luke Smithall: $(PROG)
f9918f6b658319940d633dd8c9a2c16d05b4c881Luke Smith
dffa577a92ada48777e8e79f5d38dff47cb150c4Luke Smithinstall: all $(ROOTCMD)
f9918f6b658319940d633dd8c9a2c16d05b4c881Luke Smith
f9918f6b658319940d633dd8c9a2c16d05b4c881Luke Smithclean:
f9918f6b658319940d633dd8c9a2c16d05b4c881Luke Smith
f9918f6b658319940d633dd8c9a2c16d05b4c881Luke Smithlint: lint_PROG
f9918f6b658319940d633dd8c9a2c16d05b4c881Luke Smith
f9918f6b658319940d633dd8c9a2c16d05b4c881Luke Smithinclude ../../../../Makefile.targ
f9918f6b658319940d633dd8c9a2c16d05b4c881Luke Smith