# # $Id: Makefile.in,v 1.1.1.1 1999/05/18 15:33:43 dugsong Exp $ # # Libnet utility toplevel Makefile # (c) 1998, 1999 Mike D. Schiffman # route|daemon9 # # @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