Makefile revision 6e91bba0d6c6bdabbba62cefae583715a4a58e2a
0N/A# The contents of this file are subject to the terms of the 0N/A# Common Development and Distribution License (the "License"). 0N/A# You may not use this file except in compliance with the License. 0N/A# See the License for the specific language governing permissions 0N/A# and limitations under the License. 0N/A# When distributing Covered Code, include this CDDL HEADER in each 0N/A# If applicable, add the following below this CDDL HEADER, with the 0N/A# fields enclosed by brackets "[]" replaced with your own identifying 0N/A# information: Portions Copyright [yyyy] [name of copyright owner] 2362N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 0N/A# Use is subject to license terms. 0N/A# EXPORT DELETE START 0N/A# As programs get lint-clean, add them here and to the 'lint' target. 0N/A# Eventually this hack should go away, and all in PROG should be 0N/A# Likewise, as subdirs get lint-clean, add them here. Once 0N/A# they're all clean, replace the dependency of the lint target 0N/A# with SUBDIRS. Also (sigh) deal with the commented-out build lines 0N/A# And as programs are verified not to attempt to write into constants, 0N/A# -xstrconst should be used to ensure they stay that way. 0N/A# Eventually just plain CFLAGS should be += -v, but not until all in 0N/A# PROGS are lint clean. 0N/A $(SED) -n
'/University of California/,/SUCH DAMAGE/p' arp.c > $@
0N/A# The reason this rule checks for the existence of the 0N/A# Makefile is that some of the directories do not exist 0N/A# in our exportable source builds. sed -e
"/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \