mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 13:20:12 +00:00

(also forgot to remove AC_SUBST(ISISD) earlier) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
11 lines
155 B
Makefile
11 lines
155 B
Makefile
all: ALWAYS
|
|
@$(MAKE) -s -C .. watchfrr/watchfrr
|
|
%: ALWAYS
|
|
@$(MAKE) -s -C .. watchfrr/$@
|
|
|
|
Makefile:
|
|
#nothing
|
|
ALWAYS:
|
|
.PHONY: ALWAYS makefiles
|
|
.SUFFIXES:
|