# # $Id$ # # Libnet utility toplevel Makefile # (c) 1998 - 2001 Mike D. Schiffman # # @configure_input@ all: util util: if ! test -e ../lib/libnet.a; then \ cd .. && make; \ fi cd Get-mac; make all clean: cd Get-mac; make clean distclean: clean cd Get-mac; make distclean rm -f Makefile # EOF