Installation of MAKEDEV
Install MAKEDEV by running the following commands:
	sed s/"# 9"/9/ MAKEDEV >$LFS/dev/MAKEDEV
		&&
	cd $LFS/dev &&
	chmod 754 MAKEDEV &&
	cp MAKEDEV MAKEDEV-temp &&
	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.