#!/bin/sh
# DF-0810 build script
cd "$(dirname "$0")"
cc -O2 -Wall -o nfs_getcookie_oob nfs_getcookie_oob.c
