DragonFlyBSD Kernel Audit
DF-0301 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-0301 build script
echo "cc -o carp_replay carp_replay.c"
cc -o carp_replay carp_replay.c
echo "BUILD_EXIT=$?"