dns-flood-detector/makefiles/Makefile-FreeBSD
Jan Wagner bbd2ffd600 Load /tmp/tmp.kfssgS9918/dns-flood-detector-1.12 into
debian/dns-flood-detector/branches/upstream/current.
2006-11-23 13:37:04 +00:00

14 lines
255 B
Plaintext

CFLAGS+=-O -g
LDLIBS=-lpcap -pthread -lm
all: dns_flood_detector
strip dns_flood_detector
clean:
rm -rf dns_flood_detector *.o *~
install:
cp dns_flood_detector /usr/local/sbin/
distclean: clean
rm Makefile
dns_flood_detector: dns_flood_detector.c