Makefile revision bda1f129971950880940a17bab0bf096d5744b0c
2d453384452f29ab46f29c0163a830492f936512Till Mossakowski#
2d453384452f29ab46f29c0163a830492f936512Till Mossakowski# CDDL HEADER START
2d453384452f29ab46f29c0163a830492f936512Till Mossakowski#
6034a40f7444be44812edc9819de3b184220e4cbChristian Maeder# The contents of this file are subject to the terms of the
97018cf5fa25b494adffd7e9b4e87320dae6bf47Christian Maeder# Common Development and Distribution License (the "License").
2d453384452f29ab46f29c0163a830492f936512Till Mossakowski# You may not use this file except in compliance with the License.
b4fbc96e05117839ca409f5f20f97b3ac872d1edTill Mossakowski#
2d453384452f29ab46f29c0163a830492f936512Till Mossakowski# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c673000621dd506e5fc7babf8ca6303b7fcefc14Christian Maeder# or http://www.opensolaris.org/os/licensing.
2d453384452f29ab46f29c0163a830492f936512Till Mossakowski# See the License for the specific language governing permissions
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder# and limitations under the License.
2d453384452f29ab46f29c0163a830492f936512Till Mossakowski#
2d453384452f29ab46f29c0163a830492f936512Till Mossakowski# When distributing Covered Code, include this CDDL HEADER in each
2f65d931e866162d39d09c43021a55314040b377Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
613bf0ed7d98a961755408ead328687ec17f74fdChristian Maeder# If applicable, add the following below this CDDL HEADER, with the
b6a54d7292d7a3713000847334de4316d105f40fChristian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
b6a54d7292d7a3713000847334de4316d105f40fChristian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
036037a4510ea63a81a4829ad0c11ef39b2391b0Christian Maeder#
613bf0ed7d98a961755408ead328687ec17f74fdChristian Maeder# CDDL HEADER END
2d453384452f29ab46f29c0163a830492f936512Till Mossakowski#
2f65d931e866162d39d09c43021a55314040b377Christian Maeder# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
d5ef5a29a89fa5548f81fcd49fcf0ffda69d45b0Christian Maeder# Use is subject to license terms.
e42eddbc69dd31f7cd696e38f82acad678831cb7Jian Chun Wang#
036037a4510ea63a81a4829ad0c11ef39b2391b0Christian Maeder
ad270004874ce1d0697fb30d7309f180553bb315Christian Maederinclude ../Makefile.com
39982c927a6052fe2ebd13d4c03b2fcbae0d2f0cJian Chun Wang
47d6bc7bc9a708427f96be8d805f712697ad3d9eChristian MaederPROG = wanboot-cgi
a3acfb955e4427cde9094615b8a62623a441f8c7Christian MaederLDLIBS += -lgen -lnsl -lwanbootutil -lnvpair -lwanboot -lcrypto
62dd3cd58cda003c32ac69ff12dc82b0a6f5d9d3Christian MaederCPPFLAGS += -I$(CMNCRYPTDIR)
62dd3cd58cda003c32ac69ff12dc82b0a6f5d9d3Christian Maeder
b6a54d7292d7a3713000847334de4316d105f40fChristian Maederall: $(PROG)
b6a54d7292d7a3713000847334de4316d105f40fChristian Maeder
62b04256f84128edd94c0575757332f84450bd69Christian Maederinstall: all $(ROOTCMD)
b6a54d7292d7a3713000847334de4316d105f40fChristian Maeder
b6a54d7292d7a3713000847334de4316d105f40fChristian Maederclean:
62b04256f84128edd94c0575757332f84450bd69Christian Maeder
62b04256f84128edd94c0575757332f84450bd69Christian Maederlint: lint_PROG
99c923311eab71a85f1dcc4785d349609c828da4Christian Maeder
e42eddbc69dd31f7cd696e38f82acad678831cb7Jian Chun Wanginclude ../../../../Makefile.targ
b6a54d7292d7a3713000847334de4316d105f40fChristian Maeder