mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 13:20:12 +00:00
11 lines
143 B
Makefile
11 lines
143 B
Makefile
all: ALWAYS
|
|
@$(MAKE) -s -C .. pimd/pimd
|
|
%: ALWAYS
|
|
@$(MAKE) -s -C .. pimd/$@
|
|
|
|
Makefile:
|
|
#nothing
|
|
ALWAYS:
|
|
.PHONY: ALWAYS makefiles
|
|
.SUFFIXES:
|