summaryrefslogtreecommitdiff
path: root/proto/babel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'proto/babel/Makefile')
-rw-r--r--proto/babel/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/proto/babel/Makefile b/proto/babel/Makefile
index 400ffbac..d7684705 100644
--- a/proto/babel/Makefile
+++ b/proto/babel/Makefile
@@ -1,5 +1,4 @@
-source=babel.c packets.c
-root-rel=../../
-dir-name=proto/babel
-
-include ../../Rules
+src := babel.c packets.c
+obj := $(src-o-files)
+$(all-daemon)
+$(cf-local)