mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 15:36:25 +00:00
11 lines
161 B
Makefile
11 lines
161 B
Makefile
all: ALWAYS
|
|
@$(MAKE) -s -C .. ospfclient/ospfclient
|
|
%: ALWAYS
|
|
@$(MAKE) -s -C .. ospfclient/$@
|
|
|
|
Makefile:
|
|
#nothing
|
|
ALWAYS:
|
|
.PHONY: ALWAYS makefiles
|
|
.SUFFIXES:
|