make daniel happy

This commit is contained in:
Jan Wagner 2006-11-04 19:54:02 +00:00
commit 312f50f5d9
21 changed files with 1540 additions and 0 deletions

11
makefiles/Makefile-Linux Normal file
View file

@ -0,0 +1,11 @@
CFLAGS=-O -D_BSD_SOURCE -g
LDLIBS=-lpcap -lpthread -lm
all: dns_flood_detector
strip dns_flood_detector
clean:
rm -rf dns_flood_detector *.o *~
install:
cp dns_flood_detector /usr/local/sbin/
dns_flood_detector: dns_flood_detector.c