mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 05:27:16 +02:00
11 lines
149 B
Makefile
11 lines
149 B
Makefile
all: ALWAYS
|
|
@$(MAKE) -s -C .. ospf6d/ospf6d
|
|
%: ALWAYS
|
|
@$(MAKE) -s -C .. ospf6d/$@
|
|
|
|
Makefile:
|
|
#nothing
|
|
ALWAYS:
|
|
.PHONY: ALWAYS makefiles
|
|
.SUFFIXES:
|