#!/bin/sh
# DF-2611 build (on the DF guest, as root)
cc -O2 -Wall -o tap_rdr tap_rdr.c &&
cc -O2 -Wall -o kmem_addrlen kmem_addrlen.c
