Files
labs-bird/sysdep/linux/Makefile
T

7 lines
130 B
Makefile
Raw Normal View History

src := netlink.c
obj := $(src-o-files)
$(all-daemon)
$(conf-y-targets): $(s)netlink.Y
2016-11-09 16:36:34 +01:00
tests_objs := $(tests_objs) $(src-o-files)