DragonFlyBSD Kernel Audit
DF-2791 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-2791 build
set -e
cc -O2 -pthread -o rtprio_sidl rtprio_sidl.c
echo BUILD-OK