aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f58e034..e6af53a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,4 @@
+BIN != find . -type f -perm -111 -maxdepth 1
+
install:
- install conv pkgdiffs pkgpatch pkgundo undopatch /usr/local/bin
+ install $(BIN) /usr/local/bin