Commit d7ee0cc6 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
standalone:
mkdir -p /tmp/dhcp
tar xf dhcp-4.4.2-P1.tar.gz -C /tmp/dhcp --strip-components=1
cd /tmp/dhcp && ./configure
$(MAKE) -C /tmp/dhcp
strip --strip-unneeded /tmp/dhcp/client/dhclient
clean:
rm -rf /tmp/dhcp
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment