#!/bin/sh
# DF-0706 build script
set -e
cd "$(dirname "$0")"
cc -O2 -Wall -o ipfw3_sync_lifecycle_probe ipfw3_sync_lifecycle_probe.c
echo "BUILD_EXIT=$?"
ls -l ipfw3_sync_lifecycle_probe
