blob: 8e3a2761d8ede525ef78d23170fad021a4ecc8aa (
plain)
1
2
3
4
5
6
7
|
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)
|