A few files are for the compatiblity mode, so we don´t need them and
they will be removed.
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
cd $(DIR_APP) && make install
+ # These binaries are for the compatiblity mode, so we don´t need them
+ rm -vf /sbin/halt
+ rm -vf /sbin/restart
+ rm -vf /sbin/runlevel
+ rm -vf /sbin/shutdown
+ rm -vf /sbin/telinit
+
+ # These config files are for the compatiblity mode, so we don´t need them
rm -vf /etc/init/control-alt-delete.conf
rm -vf /etc/init/rc-sysinit.conf
rm -vf /etc/init/rc.conf