usr/src/cmd/tcpdump/Makefile.sfw
branchoi_151a
changeset 208 a7a3296ee4c7
parent 5 d07534556b03
equal deleted inserted replaced
207:924952a93d79 208:a7a3296ee4c7
    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.3	09/12/09 SMI"
    25 #ident	"@(#)Makefile.sfw	1.4	10/11/01 SMI"
    27 
    26 
    28 VER =		$(COMPONENT_NAME:sh)-$(COMPONENT_VERSION:sh)
    27 VER =		$(COMPONENT_NAME:sh)-$(COMPONENT_VERSION:sh)
    29 TARBALL =	$(VER).tar.gz
    28 TARBALL =	$(VER).tar.gz
    30 
    29 
    31 include ../Makefile.cmd
    30 include ../Makefile.cmd
    32 
    31 
    33 CONFIGURE_OPTIONS += --enable-ipv6=yes 
    32 CONFIGURE_OPTIONS += --enable-ipv6=yes 
    34 CONFIGURE_OPTIONS += --with-user=nobody
    33 CONFIGURE_OPTIONS += --with-user=nobody
    35 CONFIGURE_OPTIONS += --without-crypto
    34 CONFIGURE_OPTIONS += --without-crypto
    36 PATCHES:sh	= echo Patches/*.patch
       
    37 
    35 
    38 all: $(VER)/config.status $(ROOTLIB)/libpcap.so
    36 all: $(VER)/config.status $(ROOTLIB)/libpcap.so
    39 	(cd $(VER); env - \
    37 	(cd $(VER); env - \
    40 	    "LD_OPTIONS=-L/usr/lib -R/usr/lib" \
    38 	    "LD_OPTIONS=-L/usr/lib -R/usr/lib" \
    41 	    PATH=$(SFW_PATH) \
    39 	    PATH=$(SFW_PATH) \