usr/src/cmd/mutt/Makefile.sfw
changeset 1 37d545eabfea
parent 0 b34509ac961f
child 2 8f1801a322e9
equal deleted inserted replaced
0:b34509ac961f 1:37d545eabfea
    22 #
    22 #
    23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
    23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
    24 # Use is subject to license terms.
    24 # Use is subject to license terms.
    25 #
    25 #
    26 
    26 
    27 #ident	"@(#)Makefile.sfw	1.6	09/02/19 SMI"
    27 #ident	"@(#)Makefile.sfw	1.7	09/10/20 SMI"
    28 
    28 
    29 include ../Makefile.cmd
    29 include ../Makefile.cmd
    30 
    30 
    31 #
    31 #
    32 # Macros
    32 # Macros
    82 CONFIGURE_OPTIONS += --enable-imap
    82 CONFIGURE_OPTIONS += --enable-imap
    83 CONFIGURE_OPTIONS += --enable-smtp
    83 CONFIGURE_OPTIONS += --enable-smtp
    84 CONFIGURE_OPTIONS += --with-regex
    84 CONFIGURE_OPTIONS += --with-regex
    85 CONFIGURE_OPTIONS += --with-slang=$(ROOT)/usr
    85 CONFIGURE_OPTIONS += --with-slang=$(ROOT)/usr
    86 CONFIGURE_OPTIONS += --with-ssl
    86 CONFIGURE_OPTIONS += --with-ssl
       
    87 CONFIGURE_OPTIONS += --with-wc-funcs
       
    88 
       
    89 # Optimization level
       
    90 sparc_COPTFLAG = -xO4
    87 
    91 
    88 #
    92 #
    89 # Targets
    93 # Targets
    90 #
    94 #
    91 
    95