mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 12:28:52 +00:00

Note: no more --with-rfp-path on configure - badly messing with the build system like this really isn't how to do a conditional external dependency. Signed-off-by: David Lamparter <equinox@diac24.net>
11 lines
197 B
Makefile
11 lines
197 B
Makefile
all: ALWAYS
|
|
@$(MAKE) -s -C ../../.. bgpd/rfp-example/librfp/librfp.a
|
|
%: ALWAYS
|
|
@$(MAKE) -s -C ../../.. bgpd/rfp-example/librfp/$@
|
|
|
|
Makefile:
|
|
#nothing
|
|
ALWAYS:
|
|
.PHONY: ALWAYS makefiles
|
|
.SUFFIXES:
|