Correct the relative path for the etc directory in the makedev cludge :-).

This commit is contained in:
ats 1995-01-29 01:25:17 +00:00
parent 98786bc351
commit 4409083679

View File

@ -14,7 +14,7 @@ DPADD = ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO}
makedevs.c: dev2c.sh
mkdir -p dev
cp ${.CURDIR}/../etc/etc.i386/MAKEDEV dev
cp ${.CURDIR}/../../etc/etc.i386/MAKEDEV dev
( cd dev; ./MAKEDEV all )
sh ${.CURDIR}/dev2c.sh dev > makedevs.c
rm -rf dev