Home | History | Annotate | Download | only in portranges
      1 #
      2 # CDDL HEADER START
      3 #
      4 # The contents of this file are subject to the terms of the
      5 # Common Development and Distribution License (the "License").
      6 # You may not use this file except in compliance with the License.
      7 #
      8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9 # or http://www.opensolaris.org/os/licensing.
     10 # See the License for the specific language governing permissions
     11 # and limitations under the License.
     12 #
     13 # When distributing Covered Code, include this CDDL HEADER in each
     14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15 # If applicable, add the following below this CDDL HEADER, with the
     16 # fields enclosed by brackets "[]" replaced with your own identifying
     17 # information: Portions Copyright [yyyy] [name of copyright owner]
     18 #
     19 # CDDL HEADER END
     20 #
     21 
     22 #
     23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     24 # Use is subject to license terms.
     25 #
     26 # ident	"@(#)Makefile	1.2	09/05/04 SMI"
     27 #
     28 
     29 TARGET_KSH =	tc_portranges    	\
     30 		tp_portranges_001_neg	\
     31 		tp_portranges_002_pos	\
     32 		tp_portranges_003_neg	\
     33 		tp_portranges_004_neg	\
     34 		tp_portranges_005_neg	\
     35 		tp_portranges_006_neg	\
     36 		tp_portranges_007_neg	\
     37 		tp_portranges_008_neg	\
     38 		tp_portranges_009_neg	\
     39 		tp_portranges_010_neg	\
     40 		tp_portranges_011_neg	\
     41 		tp_portranges_012_neg	\
     42 		tp_portranges_013_neg	\
     43 		tp_portranges_014_neg	\
     44 		tp_portranges_015_neg	\
     45 		tp_portranges_016_neg	\
     46 		tp_portranges_017_neg	\
     47 		tp_portranges_018_neg	\
     48 		tp_portranges_019_neg	\
     49 		tp_portranges_020_pos	\
     50 		tp_portranges_021_pos	\
     51 		tp_portranges_022_pos	\
     52 		tp_portranges_023_pos	\
     53 		tp_portranges_024_pos	\
     54 		tp_portranges_025_pos	\
     55 		tp_portranges_026_pos
     56 
     57 INSTOBJS	= $(TARGET_KSH:%=$(ROOT)/tests/portranges/%)
     58 
     59 include ../Makefile.src
     60