Home | History | Annotate | Download | only in test
      1  2633   ahl #
      2  2633   ahl # CDDL HEADER START
      3  2633   ahl #
      4  2633   ahl # The contents of this file are subject to the terms of the
      5  2633   ahl # Common Development and Distribution License (the "License").
      6  2633   ahl # You may not use this file except in compliance with the License.
      7  2633   ahl #
      8  2633   ahl # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9  2633   ahl # or http://www.opensolaris.org/os/licensing.
     10  2633   ahl # See the License for the specific language governing permissions
     11  2633   ahl # and limitations under the License.
     12  2633   ahl #
     13  2633   ahl # When distributing Covered Code, include this CDDL HEADER in each
     14  2633   ahl # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15  2633   ahl # If applicable, add the following below this CDDL HEADER, with the
     16  2633   ahl # fields enclosed by brackets "[]" replaced with your own identifying
     17  2633   ahl # information: Portions Copyright [yyyy] [name of copyright owner]
     18  2633   ahl #
     19  2633   ahl # CDDL HEADER END
     20  2633   ahl #
     21  2633   ahl 
     22  2633   ahl #
     23  7299  John # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     24  2633   ahl # Use is subject to license terms.
     25  2633   ahl #
     26  2633   ahl 
     27  2633   ahl include $(SRC)/Makefile.master
     28  2633   ahl 
     29  3944   ahl SUBDIRS = cmd tst
     30  3944   ahl 
     31  3944   ahl ROOTOPTPKG = $(ROOT)/opt/SUNWdtrt
     32  3944   ahl 
     33  3944   ahl include Makefile.subdirs
     34  3944   ahl 
     35  3944   ahl install: $(ROOTOPTPKG)/README $(SUBDIRS)
     36  3944   ahl 
     37  3944   ahl pkg: install
     38  3944   ahl 	@cd $(PKGDEFS) pwd; $(MAKE) awk_pkginfo
     39  3944   ahl 	@cd $(PKGDEFS)/SUNWdtrt; pwd; $(MAKE) install
     40  3944   ahl 
     41  7299  John $(ROOTOPTPKG)/% := FILEMODE = 0444
     42  7299  John 
     43  3944   ahl $(ROOTOPTPKG):
     44  3944   ahl 	$(INS.dir)
     45  3944   ahl 
     46  3944   ahl $(ROOTOPTPKG)/%: ./% $(ROOTOPTPKG)
     47  7299  John 	$(INS.file)
     48