summaryrefslogtreecommitdiffstats
path: root/share/mk/sys.mk
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk/sys.mk')
-rw-r--r--share/mk/sys.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index 2e12d43..f8d022a 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -282,8 +282,8 @@ YFLAGS ?= -d
# non-Posix rule set
-.sh: .NOMETA
- cp -fp ${.IMPSRC} ${.TARGET}
+.sh:
+ cp -f ${.IMPSRC} ${.TARGET}
chmod a+x ${.TARGET}
.c.ln:
OpenPOWER on IntegriCloud