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