mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
7 lines
130 B
Makefile
7 lines
130 B
Makefile
|
src := netlink.c
|
||
|
obj := $(src-o-files)
|
||
|
$(all-daemon)
|
||
|
$(conf-y-targets): $(s)netlink.Y
|
||
|
|
||
|
tests_objs := $(tests_objs) $(src-o-files)
|