Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
b0e8629055a766d4555a005a283c2889a5974945Mark Andrews# CDDL HEADER START
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# The contents of this file are subject to the terms of the
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Common Development and Distribution License, Version 1.0 only
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# (the "License"). You may not use this file except in compliance
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# with the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# See the License for the specific language governing permissions
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# and limitations under the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# When distributing Covered Code, include this CDDL HEADER in each
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# If applicable, add the following below this CDDL HEADER, with the
4556ad3a270bf049b3225433a402666aaffe3c36Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# information: Portions Copyright [yyyy] [name of copyright owner]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# CDDL HEADER END
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Use is subject to license terms.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# ident "%Z%%M% %I% %E% SMI"
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Cross-reference customization: include all boot-related source files.
4556ad3a270bf049b3225433a402666aaffe3c36Mark AndrewsSTANDSYSDIRS = ../../../stand/sys ../../../stand/i386/sys
4556ad3a270bf049b3225433a402666aaffe3c36Mark AndrewsXRDIRS += $(STANDLIBDIR) $(STANDSYSDIRS) $(PROMDIRS) $(NAMESDIRS)
4556ad3a270bf049b3225433a402666aaffe3c36Mark AndrewsXRINCDIRS = $(UTSDIR)/sun4u $(UTSDIR)/sfmmu $(UTSDIR)/sparc/v7 \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein $(UTSDIR)/sparc/v9 $(UTSDIR)/sparc $(UTSDIR)/sun \
4556ad3a270bf049b3225433a402666aaffe3c36Mark Andrews $(UTSDIR)/common $(UTSDIR)/intel $(UTSDIR)/i86pc
4556ad3a270bf049b3225433a402666aaffe3c36Mark Andrews# EXPORT DELETE START
4556ad3a270bf049b3225433a402666aaffe3c36Mark Andrews sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein < sparc/common/wanboot.c > sparc/common/wanboot.c+
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein $(MV) sparc/common/wanboot.c+ sparc/common/wanboot.c
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
4556ad3a270bf049b3225433a402666aaffe3c36Mark Andrews $(MV) sparc/common/wbcli.c+ sparc/common/wbcli.c
4556ad3a270bf049b3225433a402666aaffe3c36Mark Andrews sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein < sparc/common/ramdisk.c > sparc/common/ramdisk.c+
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein $(MV) sparc/common/ramdisk.c+ sparc/common/ramdisk.c
4556ad3a270bf049b3225433a402666aaffe3c36Mark Andrews sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein $(MV) sparcv9/Makefile.com+ sparcv9/Makefile.com
4556ad3a270bf049b3225433a402666aaffe3c36Mark Andrews sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# EXPORT DELETE END