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