Makefile revision 37bbd7cc85ebfd31fbf68569b8b098e5448c9ce9
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt#
33d0a7767d53cb366039fd0ac4f63cf8a9c351b0Tinderbox User# CDDL HEADER START
bef75d63d74f58abc0f834ed271526672777ba29Automatic Updater#
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# The contents of this file are subject to the terms of the
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Common Development and Distribution License (the "License").
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# You may not use this file except in compliance with the License.
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt#
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# or http://www.opensolaris.org/os/licensing.
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# See the License for the specific language governing permissions
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# and limitations under the License.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User#
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User#
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# CDDL HEADER END
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User#
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Use is subject to license terms.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User#
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox Userinclude ../Makefile.com
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox UserPROG = wanboot-cgi
e1263b4b9c16f5ecd7640be046b1e1a5c592c1e0Automatic UpdaterLDLIBS += -lgen -lnsl -lwanbootutil -lnvpair -lwanboot -lcrypto
e1263b4b9c16f5ecd7640be046b1e1a5c592c1e0Automatic UpdaterCPPFLAGS += -I$(CMNCRYPTDIR)
e1263b4b9c16f5ecd7640be046b1e1a5c592c1e0Automatic UpdaterLINTFLAGS += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox Userall: $(PROG)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox Userinstall: all $(ROOTCMD)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
e1263b4b9c16f5ecd7640be046b1e1a5c592c1e0Automatic Updaterclean:
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
e1263b4b9c16f5ecd7640be046b1e1a5c592c1e0Automatic Updaterlint: lint_PROG
e1263b4b9c16f5ecd7640be046b1e1a5c592c1e0Automatic Updater
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox Userinclude ../../../../Makefile.targ
ca42dcc0686fefd3db202edab80e5adb09d6add5Evan Hunt