# This is a VERY basic makefile.  I think I might be the only one who
# writes them this way anymore (grin), but I've never bothered to figure
# out automake.  In any event, this package REQUIRES libnids and
# libpcap.  Libpcap can be obtained from ftp.ee.lbl.gov.  Libnids
# is available from www.securify.com or packetstorm.com last I checked.

dns_block : dns_block.c
	gcc -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DLIBNET_LIL_ENDIAN dns_block.c -lpcap -lnet -o dns_block
