summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto')
-rw-r--r--proto/rip/Makefile5
-rw-r--r--proto/static/Makefile6
2 files changed, 7 insertions, 4 deletions
diff --git a/proto/rip/Makefile b/proto/rip/Makefile
index 0555c38..16bfe0f 100644
--- a/proto/rip/Makefile
+++ b/proto/rip/Makefile
@@ -1,4 +1,5 @@
-THISDIR=proto/rip
-OBJS=rip.o
+source=rip.c
+root-rel=../../
+dir-name=proto/rip
include ../../Rules
diff --git a/proto/static/Makefile b/proto/static/Makefile
index 7771c2f..61fadbe 100644
--- a/proto/static/Makefile
+++ b/proto/static/Makefile
@@ -1,4 +1,6 @@
-THISDIR=proto/static
-OBJS=static.o
+source=static.c
+root-rel=../../
+dir-name=proto/static
include ../../Rules
+