Ticket #41336: patch-Makefile.in.diff
File patch-Makefile.in.diff, 1.1 KB (added by Schamschula (Marius Schamschula), 11 years ago) |
---|
-
Makefile.in
old new 6 6 # $date: Sun Jul 25 17:56:15 MET DST 1999$ 7 7 # $rev: 3$ 8 8 9 CC= gcc 9 CC= gcc-mp-4.8 10 10 AR=/usr/bin/ar 11 11 RANLIB=/usr/bin/ranlib 12 12 CCOPT= -O2 -Wall @PCAP_INCLUDE@ @TCL_INC@ @USE_TCL@ … … 14 14 #uncomment the following if you need libpcap based build under linux 15 15 #(not raccomanded) 16 16 COMPILE_TIME= 17 INSTALL_MANPATH=@MANPATH@ 17 INSTALL_PATH= 18 INSTALL_MANPATH= 18 19 @PCAP@ 19 20 20 21 ARSOBJ = ars.o apd.o split.o rapd.o … … 72 73 rm -rf hping3 *.o byteorder byteorder.h systype.h Makefile libars.a .depend 73 74 74 75 install: hping3 75 cp -f hping3 /usr/sbin/76 chmod 755 /usr/sbin/hping377 ln -s /usr/sbin/hping3 /usr/sbin/hping78 ln -s /usr/sbin/hping3 /usr/sbin/hping276 cp -f hping3 ${INSTALL_PATH}/sbin/ 77 chmod 755 ${INSTALL_PATH}/sbin/hping3 78 ln -s ${INSTALL_PATH}/sbin/hping3 ${INSTALL_PATH}/sbin/hping 79 ln -s ${INSTALL_PATH}/sbin/hping3 ${INSTALL_PATH}/sbin/hping2 79 80 @if [ -d ${INSTALL_MANPATH}/man8 ]; then \ 80 81 cp ./docs/hping3.8 ${INSTALL_MANPATH}/man8; \ 81 82 chmod 644 ${INSTALL_MANPATH}/man8/hping3.8; \