0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-20 04:15:19 +00:00
bird/proto/rpki/Makefile
Ondrej Zajicek (work) eeba61ccd5 Minor cleanups
2016-12-13 20:18:11 +01:00

6 lines
159 B
Makefile

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