bird/proto/rpki/Makefile
2022-04-06 18:14:08 +02:00

8 lines
191 B
Makefile

src := rpki.c packets.c tcp_transport.c ssh_transport.c transport.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
$(call proto-build,rpki_build)
tests_objs := $(tests_objs) $(src-o-files)