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

1.1       misho       1: src := io.c krt.c log.c main.c random.c
                      2: obj := $(src-o-files)
                      3: $(all-daemon)
                      4: $(cf-local)
                      5: $(conf-y-targets): $(s)krt.Y
                      6: 
                      7: src := $(filter-out main.c, $(src))
                      8: tests_objs := $(tests_objs) $(src-o-files)

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