diff options
author | Maria Matejka <mq@ucw.cz> | 2022-08-18 18:32:33 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-08-18 22:07:30 +0200 |
commit | dc28c6ed1c6643ec19d2e8f94f92955f58c357a7 (patch) | |
tree | ee7320d1722e61f19645410b66841d0133e2ddda /proto/ospf/Makefile | |
parent | bc4ad83dacb07ad6bb454b75d78daa2f9c953088 (diff) |
Simplified the protocol hookup code in Makefiles
Diffstat (limited to 'proto/ospf/Makefile')
-rw-r--r-- | proto/ospf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/Makefile b/proto/ospf/Makefile index 85664543..015f394a 100644 --- a/proto/ospf/Makefile +++ b/proto/ospf/Makefile @@ -2,6 +2,5 @@ src := dbdes.c hello.c iface.c lsack.c lsalib.c lsreq.c lsupd.c neighbor.c ospf. obj := $(src-o-files) $(all-daemon) $(cf-local) -$(call proto-build,ospf_build) tests_objs := $(tests_objs) $(src-o-files) |