Makefile revision 257873cfc1dd3337766407f80397db60a56f2f5a
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# CDDL HEADER START
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# The contents of this file are subject to the terms of the
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# Common Development and Distribution License (the "License").
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# You may not use this file except in compliance with the License.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# or http://www.opensolaris.org/os/licensing.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# See the License for the specific language governing permissions
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# and limitations under the License.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# When distributing Covered Code, include this CDDL HEADER in each
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# If applicable, add the following below this CDDL HEADER, with the
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# CDDL HEADER END
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# Use is subject to license terms.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncinclude ../Makefile.com
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncinclude $(SRC)/lib/openssl/Makefile.openssl
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncPROG = wanboot-cgi
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncLDLIBS += -lgen -lnsl -lwanbootutil -lnvpair -lwanboot -lcrypto
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncCPPFLAGS += -I$(CMNCRYPTDIR)
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncall: $(PROG)
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncinstall: all $(ROOTCMD)
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncclean:
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsynclint: lint_PROG
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncinclude ../../../../Makefile.targ
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync