components/ncurses/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=		ncurses
    28 COMPONENT_NAME=		ncurses
    64 # copying the one shipped with Sun's curses fixes it:
    64 # copying the one shipped with Sun's curses fixes it:
    65 COMPONENT_POST_INSTALL_ACTION += \
    65 COMPONENT_POST_INSTALL_ACTION += \
    66 	$(CP) /usr/share/lib/terminfo/s/sun-color \
    66 	$(CP) /usr/share/lib/terminfo/s/sun-color \
    67 	$(PROTO_DIR)$(GNULIB)/terminfo/s/
    67 	$(PROTO_DIR)$(GNULIB)/terminfo/s/
    68 
    68 
    69 ASLR_MODE = $(ASLR_ENABLE)
       
    70 
       
    71 # common targets
    69 # common targets
    72 build:          $(BUILD_32_and_64)
    70 build:          $(BUILD_32_and_64)
    73 
    71 
    74 install:        $(INSTALL_32_and_64)
    72 install:        $(INSTALL_32_and_64)
    75 
    73