usr/src/cmd/ntpd/Makefile.sfw
changeset 13 971008b98b79
parent 0 b34509ac961f
child 42 b6f829cb6d9e
equal deleted inserted replaced
12:12fc69ddc5a5 13:971008b98b79
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
    23 # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
    24 # Use is subject to license terms.
       
    25 #
    24 #
    26 #ident	"@(#)Makefile.sfw	1.1	09/05/17 SMI"
    25 
       
    26 #ident	"@(#)Makefile.sfw	1.2	10/04/15 SMI"
    27 #
    27 #
    28 
    28 
    29 include ../Makefile.cmd
    29 include ../Makefile.cmd
    30 
    30 
    31 VER =		$(COMPONENT_NAME:sh)-$(COMPONENT_VERSION:sh)
    31 VER =		$(COMPONENT_NAME:sh)-$(COMPONENT_VERSION:sh)
    44 CONFIGURE_OPTIONS +=	--disable-optional-args
    44 CONFIGURE_OPTIONS +=	--disable-optional-args
    45 CONFIGURE_OPTIONS +=	--enable-parse-clocks
    45 CONFIGURE_OPTIONS +=	--enable-parse-clocks
    46 CONFIGURE_OPTIONS +=	--without-ntpsnmpd
    46 CONFIGURE_OPTIONS +=	--without-ntpsnmpd
    47 CONFIGURE_OPTIONS +=	--without-lineeditlibs
    47 CONFIGURE_OPTIONS +=	--without-lineeditlibs
    48 CONFIGURE_OPTIONS +=	--with-openssl-libdir=/lib
    48 CONFIGURE_OPTIONS +=	--with-openssl-libdir=/lib
       
    49 CONFIGURE_OPTIONS +=	--disable-getifaddrs
    49 
    50 
    50 SFW_PATH="$(SPRO_VROOT)/bin:/usr/perl5/bin:/usr/sfw/bin:$(PATH)"
    51 SFW_PATH="$(SPRO_VROOT)/bin:/usr/perl5/bin:/usr/sfw/bin:$(PATH)"
    51 
    52 
    52 TARGET_ENV +=   CC="$(CC)"
    53 TARGET_ENV +=   CC="$(CC)"
    53 TARGET_ENV +=   PATH="$(SFW_PATH)"
    54 TARGET_ENV +=   PATH="$(SFW_PATH)"