diff options
Diffstat (limited to 'proto/mrt/Makefile')
-rw-r--r-- | proto/mrt/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/mrt/Makefile b/proto/mrt/Makefile new file mode 100644 index 00000000..925fb102 --- /dev/null +++ b/proto/mrt/Makefile @@ -0,0 +1,6 @@ +src := mrt.c +obj := $(src-o-files) +$(all-daemon) +$(cf-local) + +tests_objs := $(tests_objs) $(src-o-files)
\ No newline at end of file |