vrrpd: Allow it to be built in directory

Looks like the bones were put in place but they
were slightly malformed.  Fix.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2022-03-11 07:49:03 -05:00
parent 64fac7801c
commit 542e7df63e

View File

@ -1,7 +1,7 @@
all: ALWAYS
@$(MAKE) -s -C .. vrrp/vrrp
@$(MAKE) -s -C .. vrrpd/vrrpd
%: ALWAYS
@$(MAKE) -s -C .. vrrp/$@
@$(MAKE) -s -C .. vrrpd/$@
Makefile:
#nothing