Makefile revision f48205be61a214698b763ff550ab9e657525104c
6c2a76b3e2ccd32c35814b6e0f54da00190749d7Evan Hunt# CDDL HEADER START
c7fd128f8ea8a527fe27c1b95ab46df7155bc8e4Tinderbox User# The contents of this file are subject to the terms of the
c7fd128f8ea8a527fe27c1b95ab46df7155bc8e4Tinderbox User# Common Development and Distribution License (the "License").
ba9e87b35e561bc7354ce3f4b9685b747b7be507Tinderbox User# You may not use this file except in compliance with the License.
59663800d2ec04777dae2791dd92aa563faf94c8Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1f9754245cbd5eec2d2a667bb292f62f72386d4bMark Andrews# See the License for the specific language governing permissions
59663800d2ec04777dae2791dd92aa563faf94c8Evan Hunt# and limitations under the License.
0726d872f6f36901ea09321df57084614e5bb6faTinderbox User# When distributing Covered Code, include this CDDL HEADER in each
1ca2cf024391992fe14b2df7d3ae0f575d074452Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a2c370ca12bb0360ff7e969474ead3f788c65fffTinderbox User# If applicable, add the following below this CDDL HEADER, with the
8de3f14f1c300c3e1ed99084cc03485b42c92bf1Tinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox User# CDDL HEADER END
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Use is subject to license terms.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# ident "%Z%%M% %I% %E% SMI"
e813f036c8251b6d9d2a72fa84f80c2c9d2795afMark Andrews# Note that the following headers are present in the kernel but
9218b940febade3085fd6d95a15e67d5f94833f0Tinderbox User# neither installed or shipped as part of the product:
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews# cpuid_drv.h: Private interface for cpuid consumers
415d630b6309922caee8469384a6fab75cf05032Mark Andrews# unix_bb_info.h: Private interface to kcov
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews# Generated headers
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# "cmdk" headers used on sparc
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# "cmdk" headers used on i386
4e40289129b2a87cea5ec403620b3bb9a6182f9fTinderbox User# "pc" header files used on i386
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews $(USBMSHDRS:%.h=usb/clients/mass_storage/%.check) \
7692464e78fc43578c394b8d1d30e81fec1d8523Tinderbox User $(USBPRNHDRS:%.h=usb/clients/printer/%.check) \
5b3dd19d815f0389d566d20c2fee57cb37d1dd47Tinderbox User $(USBVIDHDRS:%.h=usb/clients/video/usbvc/%.check) \
361967ea970ea8f0ef8875e769505ecdac74bfb0Tinderbox User $(I1394HDRS:%.h=1394/%.check) \
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v privhfile=$@
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pubhfile=$@
b30ec46fec40a1b246f7965fbcd341fc6cfd1cc1Mark Andrews# EXPORT DELETE START
b30ec46fec40a1b246f7965fbcd341fc6cfd1cc1Mark Andrews sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
ab833877278ad5535eef57e4f62291becaea5bc5Mark Andrews sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
b30ec46fec40a1b246f7965fbcd341fc6cfd1cc1Mark Andrews# EXPORT DELETE END