#!/bin/bash

sed -i -e"1i\
CC = arm-linux-gcc\nPREFIX = $(pwd)/../../rootfs/usr" \
	-e's/^all:.*$/all: dhcp-helper\n\ndhcp-helper: dhcp-helper.c/' Makefile

