#!/bin/sh
# DF-0669 build: ipfw3 rn_flush NULL deref panic
set -e
cd "$(dirname "$0")"
cc -O -pipe -Wall -o df0669_ipfw3_null df0669_ipfw3_null.c
echo "BUILD_OK df0669_ipfw3_null"
