mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-30 06:42:17 +00:00
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:
parent
64fac7801c
commit
542e7df63e
@ -1,7 +1,7 @@
|
|||||||
all: ALWAYS
|
all: ALWAYS
|
||||||
@$(MAKE) -s -C .. vrrp/vrrp
|
@$(MAKE) -s -C .. vrrpd/vrrpd
|
||||||
%: ALWAYS
|
%: ALWAYS
|
||||||
@$(MAKE) -s -C .. vrrp/$@
|
@$(MAKE) -s -C .. vrrpd/$@
|
||||||
|
|
||||||
Makefile:
|
Makefile:
|
||||||
#nothing
|
#nothing
|
||||||
|
Loading…
Reference in New Issue
Block a user