Installation of dhcpcd Depending on whether you want dhcpcd to be in /sbin or /usr/sbin, use one of the following sets of commands. For /sbin: ./configure --prefix=/ && make && make install and for /usr/sbin: ./configure --prefix=/usr --sysconfdir=/etc && make && make install