Annotation of embedaddon/bird2/sysdep/linux/Makefile, revision 1.1.1.1

1.1       misho       1: src := netlink.c
                      2: obj := $(src-o-files)
                      3: $(all-daemon)
                      4: $(conf-y-targets): $(s)netlink.Y
                      5: 
                      6: tests_objs := $(tests_objs) $(src-o-files)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>