Diff for /embedaddon/hping2/Makefile between versions 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2012/02/21 22:11:37 version 1.1.1.1.2.1, 2013/07/22 00:14:48
Line 9 Line 9
 CC?= gcc  CC?= gcc
 AR=/usr/bin/ar  AR=/usr/bin/ar
 RANLIB=/usr/bin/ranlib  RANLIB=/usr/bin/ranlib
CCOPT= -Wall -O2 -pipe -fno-strict-aliasing CCOPT= -Wall  
 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)
COMPILE_TIME= -DFORCE_LIBPCAPCOMPILE_TIME= 
 INSTALL_MANPATH=/usr/local/man  INSTALL_MANPATH=/usr/local/man
 PCAP=-lpcap  PCAP=-lpcap
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1


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