mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
18 lines
173 B
Bash
18 lines
173 B
Bash
#!/bin/sh
|
|
|
|
# $FreeBSD$
|
|
|
|
cd `dirname $0`
|
|
. ../../common.sh
|
|
|
|
setup_test()
|
|
{
|
|
cp /dev/null ${WORK_DIR}/Makefile
|
|
}
|
|
|
|
desc_test()
|
|
{
|
|
echo "An empty Makefile file."
|
|
}
|
|
|
|
eval_cmd $1
|