mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
18 lines
160 B
Bash
18 lines
160 B
Bash
#!/bin/sh
|
|
|
|
# $FreeBSD$
|
|
|
|
cd `dirname $0`
|
|
. ../../common.sh
|
|
|
|
setup_test()
|
|
{
|
|
rm -f ${WORK_DIR}/Makefile
|
|
}
|
|
|
|
desc_test()
|
|
{
|
|
echo "No Makefile file."
|
|
}
|
|
|
|
eval_cmd $1
|