summaryrefslogtreecommitdiff
path: root/proto/ospf/Makefile
blob: 85664543f96aa3d6126a6df3fc31bbcd9bc0a4b6 (plain)
1
2
3
4
5
6
7
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
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
$(call proto-build,ospf_build)

tests_objs := $(tests_objs) $(src-o-files)