abinfo "Tweaking Makefile: /usr/sbin => /usr/bin ..."
sed -e 's|sbin|bin|g' \
    -i "$SRCDIR"/Makefile

abinfo "Tweaking Makefile to use our own flags ..."
cat >> "$SRCDIR"/Makefile << EOF
CFLAGS = ${CPPFLAGS} ${CFLAGS}
LDFLAGS = ${LDFLAGS}
EOF
