components/stunnel/Makefile
changeset 1223 28d011526d15
parent 1201 de71257be89e
child 1252 86b53be32d7c
equal deleted inserted replaced
1222:9e8381acb43a 1223:28d011526d15
    61 	$(MKDIR) $(PROTOETCDIR)/stunnel ; \
    61 	$(MKDIR) $(PROTOETCDIR)/stunnel ; \
    62 	$(TOUCH) $(PROTOETCDIR)/stunnel/stunnel.pem
    62 	$(TOUCH) $(PROTOETCDIR)/stunnel/stunnel.pem
    63 
    63 
    64 PKG_PROTO_DIRS +=	$(COMPONENT_DIR)/files
    64 PKG_PROTO_DIRS +=	$(COMPONENT_DIR)/files
    65 
    65 
       
    66 ASLR_MODE = $(ASLR_ENABLE)
       
    67 
    66 # common targets
    68 # common targets
    67 build:          $(BUILD_32_and_64)
    69 build:          $(BUILD_32_and_64)
    68 
    70 
    69 install:        $(INSTALL_32_and_64)
    71 install:        $(INSTALL_32_and_64)
    70 
    72