mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05: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
|