DragonFlyBSD Kernel Audit
DF-0149 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
set -e
cd "$(dirname "$0")"
cc -Wall -O2 -o tlv_truncation tlv_truncation.c
echo "built tlv_truncation"