Installation of MAKEDEV Install MAKEDEV by running the following commands:
sed "s/# 9/9/" MAKEDEV >$LFS/dev/MAKEDEV && chmod 754 $LFS/dev/MAKEDEV && cp $LFS/dev/MAKEDEV $LFS/dev/MAKEDEV-temp && cd $LFS/dev && patch -Ni $LFS/usr/src/MAKEDEV-2.5.patch
The actual creation of the device files in $LFS/dev will be taken care of in chapter 6.