# Generated automatically from Makefile.in by configure. OUTPUT = tmetric OBJ = tmetric.o LIBS = LDFLAGS = CFLAGS = -fno-common INSTALL = /usr/bin/install -c -o root -g wheel BINDIR = /usr/local/sbin MANDIR = /usr/local/man/man8 MANPAGE = tmetric.8 $(OUTPUT): $(OBJ) $(CC) $(LIBS) $(LDFLAGS) $(OBJ) -o $(OUTPUT) install: $(OUTPUT) $(INSTALL) $(OUTPUT) $(BINDIR) $(INSTALL) $(MANPAGE) $(MANDIR) clean: rm -f $(OBJ) $(OUTPUT) distclean: clean rm -f config.cache config.status config.log Makefile