Annotation of embedaddon/bird2/proto/ospf/Makefile, revision 1.1.1.1

1.1       misho       1: src := dbdes.c hello.c iface.c lsack.c lsalib.c lsreq.c lsupd.c neighbor.c ospf.c packet.c rt.c topology.c
                      2: obj := $(src-o-files)
                      3: $(all-daemon)
                      4: $(cf-local)
                      5: 
                      6: tests_objs := $(tests_objs) $(src-o-files)

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