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 .
This commit is contained in:
Andreas Schulz 1995-01-29 01:45:54 +00:00
parent 32b68a745b
commit ec5b52ee79

View File

@ -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