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