components/procmail/Makefile
branchs11-update
changeset 2910 f8b8cbc43356
parent 2723 138732f62341
child 3661 47545fb8aed4
equal deleted inserted replaced
2905:8c0fb29f2a1e 2910:f8b8cbc43356
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 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=		procmail
    28 COMPONENT_NAME=		procmail
    46 COMPONENT_INSTALL_ARGS +=	BASENAME=$(PROTOUSRDIR)
    46 COMPONENT_INSTALL_ARGS +=	BASENAME=$(PROTOUSRDIR)
    47 COMPONENT_INSTALL_ARGS +=	MANDIR=$(PROTOUSRSHAREMANDIR)
    47 COMPONENT_INSTALL_ARGS +=	MANDIR=$(PROTOUSRSHAREMANDIR)
    48 
    48 
    49 PKG_PROTO_DIRS +=	$(COMPONENT_DIR)/files
    49 PKG_PROTO_DIRS +=	$(COMPONENT_DIR)/files
    50 
    50 
    51 ASLR_MODE = $(ASLR_ENABLE)
       
    52 
       
    53 # common targets
    51 # common targets
    54 build:          $(BUILD_64)
    52 build:          $(BUILD_64)
    55 
    53 
    56 install:        $(INSTALL_64)
    54 install:        $(INSTALL_64)
    57 
    55