summaryrefslogtreecommitdiff
path: root/hdr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hdr/Makefile')
-rw-r--r--hdr/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/hdr/Makefile b/hdr/Makefile
new file mode 100644
index 0000000000..81a8f4595c
--- /dev/null
+++ b/hdr/Makefile
@@ -0,0 +1,8 @@
+default:
+ $(MAKE) -C ..
+
+dist:
+ ln Makefile $(hdr) $(DDIR)/$(HEADERDIR)
+
+TAGS: $(hdr)
+ etags -CT $(hdr)