summaryrefslogtreecommitdiffstats
path: root/src/main/radsecret.mk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/radsecret.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/radsecret.mk b/src/main/radsecret.mk
new file mode 100644
index 0000000..c5f43b4
--- /dev/null
+++ b/src/main/radsecret.mk
@@ -0,0 +1,5 @@
+install: $(R)/$(bindir)/radsecret
+
+$(R)/$(bindir)/radsecret: ${top_srcdir}/src/main/radsecret
+ @$(ECHO) INSTALL radsecret
+ $(Q)${PROGRAM_INSTALL} -c -m 755 $< $@