Diff for /embedaddon/hping2/Makefile.in between versions 1.1.1.1.4.1 and 1.1.1.1.4.2

version 1.1.1.1.4.1, 2016/11/03 13:22:03 version 1.1.1.1.4.2, 2017/01/26 14:12:55
Line 6 Line 6
 # $date: Sun Jul 25 17:56:15 MET DST 1999$   # $date: Sun Jul 25 17:56:15 MET DST 1999$ 
 # $rev: 3$   # $rev: 3$ 
   
CC?= gccCC?=gcc
AR=/usr/bin/arAR?=ar
RANLIB=/usr/bin/ranlibRANLIB?=ranlib
CCOPT= -Wall @CFLAGS@ @PCAP_INCLUDE@CROSSCOMPILE?=-D__LITTLE_ENDIAN_BITFIELD
 CCOPT= -Wall $(CROSSCOMPILE) @CFLAGS@ @PCAP_INCLUDE@
 DEBUG= -g  DEBUG= -g
 #uncomment the following if you need libpcap based build under linux  #uncomment the following if you need libpcap based build under linux
 #(not raccomanded)  #(not raccomanded)
Line 45  libars.a: $(ARSOBJ) Line 46  libars.a: $(ARSOBJ)
 hping2: byteorder.h $(OBJ)  hping2: byteorder.h $(OBJ)
         $(CC) -o hping2 $(CCOPT) $(OBJ) $(PCAP) @SOLARISLIB@          $(CC) -o hping2 $(CCOPT) $(OBJ) $(PCAP) @SOLARISLIB@
         @echo          @echo
         ./hping2 -v  
         @echo "use \`make strip' to strip hping2 binary"          @echo "use \`make strip' to strip hping2 binary"
         @echo "use \`make install' to install hping2"          @echo "use \`make install' to install hping2"
   

Removed from v.1.1.1.1.4.1  
changed lines
  Added in v.1.1.1.1.4.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>