all: ALWAYS
	@$(MAKE) -s -C .. vrrpd/vrrpd
%: ALWAYS
	@$(MAKE) -s -C .. vrrpd/$@

Makefile:
	#nothing
ALWAYS:
.PHONY: ALWAYS makefiles
.SUFFIXES:
