# Generated automatically from Makefile.in by configure. # # $Id: Makefile.in,v 1.1.1.1 1999/05/18 15:33:44 dugsong Exp $ # # Libnet get_mac makefile # # (c) 1998, 1999 Mike D. Schiffman # route|daemon9 # Generated automatically from Makefile.in by configure. CC = cc CFLAGS = -fno-common OBJECTS = get_mac.o DEFINES += -DHAVE_CONFIG_H LIBS = -L../lib/ -lnet .c.o: $(CC) $(CFLAGS) $(DEFINES) -c $< -o $@ all: get_mac get_mac: $(OBJECTS) $(CC) get_mac.o $(LIBS) -lpcap -o ./get_mac clean: rm -f *.core get_mac *.o distclean: clean rm -f Makefile # EOF