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

(Also fix a minor snafu in the autoconf logic) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
11 lines
146 B
Makefile
11 lines
146 B
Makefile
all: ALWAYS
|
|
@$(MAKE) -s -C .. isisd/isisd
|
|
%: ALWAYS
|
|
@$(MAKE) -s -C .. isisd/$@
|
|
|
|
Makefile:
|
|
#nothing
|
|
ALWAYS:
|
|
.PHONY: ALWAYS makefiles
|
|
.SUFFIXES:
|