summaryrefslogtreecommitdiffstats
path: root/sbin/sysinstall
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-01-29 01:45:54 +0000
committerats <ats@FreeBSD.org>1995-01-29 01:45:54 +0000
commitd0889574410ff49bb1ff5ec4d971067a1b65ce0e (patch)
treee5a60f5b3a62e998937155090b0c9dd136fcd441 /sbin/sysinstall
parentaada97abbad7da840259ef1cec0c21740cd19f6a (diff)
downloadFreeBSD-src-d0889574410ff49bb1ff5ec4d971067a1b65ce0e.zip
FreeBSD-src-d0889574410ff49bb1ff5ec4d971067a1b65ce0e.tar.gz
fix another bug in the MAKEDEV cludge :-). The x-bit permission are not
necessarly copied over. So better call it explicit with a sh ./MAKEDEV .
Diffstat (limited to 'sbin/sysinstall')
-rw-r--r--sbin/sysinstall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/sysinstall/Makefile b/sbin/sysinstall/Makefile
index 8e540c5..0c16c2b 100644
--- a/sbin/sysinstall/Makefile
+++ b/sbin/sysinstall/Makefile
@@ -15,7 +15,7 @@ DPADD = ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO}
makedevs.c: dev2c.sh
mkdir -p dev
cp ${.CURDIR}/../../etc/etc.i386/MAKEDEV dev
- ( cd dev; ./MAKEDEV all )
+ ( cd dev; sh ./MAKEDEV all )
sh ${.CURDIR}/dev2c.sh dev > makedevs.c
rm -rf dev
OpenPOWER on IntegriCloud