# Network UPS Tools: pre-configure

all: 
	@echo "Running configure..."
	@./configure
	@make

distclean:
