Renamed can-sniffer to cansniffer.
authorOliver Hartkopp <socketcan@hartkopp.net>
Thu, 8 Feb 2007 13:18:07 +0000 (13:18 +0000)
committerOliver Hartkopp <socketcan@hartkopp.net>
Thu, 8 Feb 2007 13:18:07 +0000 (13:18 +0000)
Makefile
cansniffer.c [moved from can-sniffer.c with 100% similarity]

index 0433e53..5ee020f 100644 (file)
--- a/Makefile
+++ b/Makefile
 CFLAGS    = -O2 -Wall -Wno-parentheses -I../kernel/2.6/include \
            -fno-strict-aliasing
 
-PROGRAMS = candump can-sniffer cansend canplayer cangen log2long log2asc asc2log
+PROGRAMS = candump cansniffer cansend canplayer cangen log2long log2asc asc2log
 
 all: $(PROGRAMS)
 
 clean:
        rm -f $(PROGRAMS) *.o
 
+install:
+       cp -f $(PROGRAMS) /usr/local/bin
+
 distclean:
        rm -f $(PROGRAMS) *.o *~
 
similarity index 100%
rename from can-sniffer.c
rename to cansniffer.c