summaryrefslogtreecommitdiffstats
path: root/src/main/radlast.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/radlast.mk')
-rw-r--r--src/main/radlast.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/radlast.mk b/src/main/radlast.mk
new file mode 100644
index 0000000..766ce1f
--- /dev/null
+++ b/src/main/radlast.mk
@@ -0,0 +1,5 @@
+install: $(R)$(bindir)/radlast
+
+$(R)$(bindir)/radlast: src/main/radlast | $(R)$(bindir)
+ @echo INSTALL $(notdir $<)
+ @$(INSTALL) -m 755 $< $(R)$(bindir)