#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
BOOTSRCDIR = ../..
WANBOOT_SRC = $(WANBOOT).c
NFSBOOT_SRC = $(NFSBOOT).c
MACH_C_SRC += get.c
WANBOOT_OBJS = $(WANBOOT_SRC:%.c=%.o)
WANBOOT_L_OBJS = $(WANBOOT_OBJS:%.o=%.ln)
NFSBOOT_OBJS = $(NFSBOOT_SRC:%.c=%.o)
NFSBOOT_L_OBJS = $(NFSBOOT_OBJS:%.o=%.ln)
CONF_L_OBJS = $(CONF_OBJS:%.o=%.ln)
MISC_L_OBJS = $(MISC_OBJS:%.o=%.ln)
SRT0_L_OBJ = $(SRT0_OBJ:%.o=%.ln)
C_SRC += $(PLAT_C_SRC)
CPPINCS += -I$(TOP_CMN_DIR)
CPPINCS += -I$(PSMSYSHDRDIR)
#
# Where to look for libraries.
#
#
# Install targets
#
#
# The following libraries are built in LIBNAME_DIR
#
#
# The following libraries are built in LIBPROM_DIR
#
#
# The following libraries are built in LIBSYS_DIR
#
LIBSYS_DIR += $(SYSLIBDIR)
#.KEEP_STATE:
#
$(WANBOOT_OBJS) $(NFSBOOT_OBJS)
$(WANBOOT_L_OBJS) $(NFSBOOT_L_OBJS)
#
# Note that the presumption is that someone has already done a `make
#