components/stunnel/Makefile
changeset 2225 f064d3d3190d
parent 1252 86b53be32d7c
child 3741 5813a4ba7644
equal deleted inserted replaced
2224:f7669e0b3220 2225:f064d3d3190d
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		stunnel
    28 COMPONENT_NAME=		stunnel
    67 PKG_PROTO_DIRS +=	$(COMPONENT_DIR)/files
    67 PKG_PROTO_DIRS +=	$(COMPONENT_DIR)/files
    68 
    68 
    69 ASLR_MODE = $(ASLR_ENABLE)
    69 ASLR_MODE = $(ASLR_ENABLE)
    70 
    70 
    71 # common targets
    71 # common targets
       
    72 configure:	$(CONFIGURE_32_and_64)
       
    73 
    72 build:          $(BUILD_32_and_64)
    74 build:          $(BUILD_32_and_64)
    73 
    75 
    74 install:        $(INSTALL_32_and_64)
    76 install:        $(INSTALL_32_and_64)
    75 
    77 
    76 test:           $(NO_TESTS)
    78 test:           $(NO_TESTS)