bird/proto/rpki/Makefile

8 lines
191 B
Makefile
Raw Normal View History

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)
2016-12-14 03:18:11 +08:00
tests_objs := $(tests_objs) $(src-o-files)