118c2aff7Sartem# 218c2aff7Sartem# CDDL HEADER START 318c2aff7Sartem# 418c2aff7Sartem# The contents of this file are subject to the terms of the 518c2aff7Sartem# Common Development and Distribution License (the "License"). 618c2aff7Sartem# You may not use this file except in compliance with the License. 718c2aff7Sartem# 818c2aff7Sartem# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 918c2aff7Sartem# or http://www.opensolaris.org/os/licensing. 1018c2aff7Sartem# See the License for the specific language governing permissions 1118c2aff7Sartem# and limitations under the License. 1218c2aff7Sartem# 1318c2aff7Sartem# When distributing Covered Code, include this CDDL HEADER in each 1418c2aff7Sartem# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1518c2aff7Sartem# If applicable, add the following below this CDDL HEADER, with the 1618c2aff7Sartem# fields enclosed by brackets "[]" replaced with your own identifying 1718c2aff7Sartem# information: Portions Copyright [yyyy] [name of copyright owner] 1818c2aff7Sartem# 1918c2aff7Sartem# CDDL HEADER END 2018c2aff7Sartem# 2118c2aff7Sartem# 22*24fe0b3bSjmcp# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 2318c2aff7Sartem# Use is subject to license terms. 2418c2aff7Sartem# 2518c2aff7Sartem 2618c2aff7Sarteminclude ../../Makefile.cmd 2718c2aff7Sarteminclude ../Makefile.hal 2818c2aff7Sartem 2918c2aff7SartemDTDS = fdi.dtd.1 3018c2aff7SartemXMLDIR = $(ROOT)/usr/share/lib/xml/dtd 3118c2aff7SartemROOTDTDS = $(DTDS:%=$(XMLDIR)/%) 3218c2aff7Sartem 3318c2aff7Sartem$(ROOTDTDS) := FILEMODE = 444 3418c2aff7Sartem 3518c2aff7SartemFDIS = information/10freedesktop/10-camera-ptp.fdi \ 3618c2aff7Sartem information/10freedesktop/10-cd-dvd-burner.fdi \ 3718c2aff7Sartem information/10freedesktop/10-usb-card-readers.fdi \ 3818c2aff7Sartem information/10freedesktop/10-usb-music-players.fdi \ 3918c2aff7Sartem information/10freedesktop/10-usb-pda.fdi \ 4018c2aff7Sartem information/10freedesktop/10-usb-zip-drives.fdi \ 4118c2aff7Sartem information/10freedesktop/10-wireless-mice.fdi \ 4218c2aff7Sartem policy/10osvendor/10-laptop-panel-mgmt-policy.fdi \ 434e9cfc9aSjacobs policy/10osvendor/10-network-attached.fdi \ 4418c2aff7Sartem policy/10osvendor/10-power-mgmt-policy.fdi \ 45a9da3307Snp146283 policy/10osvendor/10-cpufreq.fdi \ 4618c2aff7Sartem policy/10osvendor/10-toshiba-buttons.fdi \ 4718c2aff7Sartem policy/10osvendor/20-storage-methods.fdi \ 4818c2aff7Sartem policy/10osvendor/20-zfs-methods.fdi \ 4918c2aff7Sartem preprobe/10osvendor/10-ide-drives.fdi \ 5018c2aff7Sartem preprobe/10osvendor/20-ignore-fixed-storage.fdi \ 514e9cfc9aSjacobs preprobe/10osvendor/20-ignore-lofi.fdi \ 524e9cfc9aSjacobs preprobe/10osvendor/20-printers.fdi 5318c2aff7SartemFDIDIR = $(ROOT_HAL_FDI) 5418c2aff7SartemROOTFDIS = $(FDIS:%=$(FDIDIR)/%) 5518c2aff7Sartem 5618c2aff7Sartem$(ROOTFDIS) := FILEMODE = 444 5718c2aff7Sartem 5818c2aff7Sartemall: 5918c2aff7Sartem 6018c2aff7Sarteminstall: $(ROOTDTDS) $(ROOTFDIS) 6118c2aff7Sartem 6218c2aff7Sartem$(XMLDIR)/%: % 6318c2aff7Sartem $(INS.file) 6418c2aff7Sartem 6518c2aff7Sartem$(FDIDIR)/%: % 6618c2aff7Sartem $(INS.file) 6718c2aff7Sartem 6818c2aff7Sartemclean clobber: 6918c2aff7Sartem 7018c2aff7SartemFRC: 7118c2aff7Sartem 72