mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 11:50:21 +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
|
||||
@$(MAKE) -s -C .. vrrp/vrrp
|
||||
@$(MAKE) -s -C .. vrrpd/vrrpd
|
||||
%: ALWAYS
|
||||
@$(MAKE) -s -C .. vrrp/$@
|
||||
@$(MAKE) -s -C .. vrrpd/$@
|
||||
|
||||
Makefile:
|
||||
#nothing
|
||||
|
Loading…
Reference in New Issue
Block a user