diff options
Diffstat (limited to 'proto/ospf/Makefile')
-rw-r--r-- | proto/ospf/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/ospf/Makefile b/proto/ospf/Makefile new file mode 100644 index 0000000..0bd05d0 --- /dev/null +++ b/proto/ospf/Makefile @@ -0,0 +1,6 @@ +source=ospf.c +root-rel=../../ +dir-name=proto/ospf + +include ../../Rules + |