12633Sahl# 22633Sahl# CDDL HEADER START 32633Sahl# 42633Sahl# The contents of this file are subject to the terms of the 52633Sahl# Common Development and Distribution License (the "License"). 62633Sahl# You may not use this file except in compliance with the License. 72633Sahl# 82633Sahl# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 92633Sahl# or http://www.opensolaris.org/os/licensing. 102633Sahl# See the License for the specific language governing permissions 112633Sahl# and limitations under the License. 122633Sahl# 132633Sahl# When distributing Covered Code, include this CDDL HEADER in each 142633Sahl# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 152633Sahl# If applicable, add the following below this CDDL HEADER, with the 162633Sahl# fields enclosed by brackets "[]" replaced with your own identifying 172633Sahl# information: Portions Copyright [yyyy] [name of copyright owner] 182633Sahl# 192633Sahl# CDDL HEADER END 202633Sahl# 212633Sahl 222633Sahl# 23*11838SLiane.Praza@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 242633Sahl# Use is subject to license terms. 252633Sahl# 262633Sahl 272633Sahlinclude $(SRC)/Makefile.master 282633Sahl 293944SahlSUBDIRS = cmd tst 303944Sahl 313944SahlROOTOPTPKG = $(ROOT)/opt/SUNWdtrt 323944Sahl 333944Sahlinclude Makefile.subdirs 343944Sahl 353944Sahlinstall: $(ROOTOPTPKG)/README $(SUBDIRS) 363944Sahl 373944Sahlpkg: install 38*11838SLiane.Praza@Sun.COM @cd $(SRC)/pkg; pwd; $(MAKE) SUNWdtrt.pub 393944Sahl 407299SJohn.Beck@Sun.COM$(ROOTOPTPKG)/% := FILEMODE = 0444 417299SJohn.Beck@Sun.COM 423944Sahl$(ROOTOPTPKG): 433944Sahl $(INS.dir) 443944Sahl 453944Sahl$(ROOTOPTPKG)/%: ./% $(ROOTOPTPKG) 467299SJohn.Beck@Sun.COM $(INS.file) 47