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