summaryrefslogtreecommitdiff
path: root/daemons/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-06-25 22:06:10 +0000
committerMiles Bader <miles@gnu.org>1996-06-25 22:06:10 +0000
commit0debd66a0805c8b1ba8d81d080e222aef8984629 (patch)
treecef2213f0a7f61f13e994f1e88c0126dc042c60a /daemons/Makefile
parent76791341386aad1a73a2ca35531fdf70062e8d05 (diff)
(%: %.sh): Make target writable.
Diffstat (limited to 'daemons/Makefile')
-rw-r--r--daemons/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/Makefile b/daemons/Makefile
index 04b4fcbd..69ab42da 100644
--- a/daemons/Makefile
+++ b/daemons/Makefile
@@ -32,7 +32,7 @@ libutil-libsubst = -lutil
include ../Makeconf
%: %.sh
- cp $< $@
+ cp $< $@ && chmod +w $@
getty: -lutil