components/which/Makefile
changeset 3718 e20e9cf97325
parent 2225 f064d3d3190d
child 3817 30b42c38bbc4
equal deleted inserted replaced
3717:b16a04ab5d50 3718:e20e9cf97325
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		which
    25 COMPONENT_NAME=		which
    26 COMPONENT_VERSION=	2.16
    26 COMPONENT_VERSION=	2.16
    53 
    53 
    54 build:		$(BUILD_64)
    54 build:		$(BUILD_64)
    55 
    55 
    56 install:	$(INSTALL_64)
    56 install:	$(INSTALL_64)
    57 
    57 
    58 test:		$(TEST_64)
    58 test:		$(NO_TESTS)
    59 
    59 
    60 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    60 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    61 
    61 
    62 include ../../make-rules/depend.mk
    62 include ../../make-rules/depend.mk