aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/mk/install-mk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/mk/install-mk')
-rw-r--r--contrib/bmake/mk/install-mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bmake/mk/install-mk b/contrib/bmake/mk/install-mk
index c056a39d1b1e..b042f99671a8 100644
--- a/contrib/bmake/mk/install-mk
+++ b/contrib/bmake/mk/install-mk
@@ -59,7 +59,7 @@
# Simon J. Gerraty <sjg@crufty.net>
# RCSid:
-# $Id: install-mk,v 1.239 2023/05/29 18:04:48 sjg Exp $
+# $Id: install-mk,v 1.242 2023/09/09 16:00:16 sjg Exp $
#
# @(#) Copyright (c) 1994-2023 Simon J. Gerraty
#
@@ -74,7 +74,7 @@
# sjg@crufty.net
#
-MK_VERSION=20230601
+MK_VERSION=20230909
OWNER=
GROUP=
MODE=444
@@ -174,7 +174,7 @@ if [ $mksrc = $dest ]; then
else
# we do not install the examples
mk_files=`grep '^[a-z].*\.mk' FILES | $egrep -v '(examples/|^sys\.mk|sys/)'`
- mk_scripts=`$egrep '^[a-z].*\.(sh|py)' FILES | $egrep -v '/'`
+ mk_scripts=`$egrep '^[a-z].*[.-](sh|py)' FILES | $egrep -v '/'`
sys_mk_files=`grep 'sys/.*\.mk' FILES`
SKIP_MKFILES=
[ -z "$SKIP_SYS_MK" ] && mk_files="sys.mk $mk_files"