Replace legacy make with bmake
[dragonfly.git] / usr.bin / make / tests / basic / t3 / test.sh
1 #!/bin/sh
2
3 # $DragonFly: src/usr.bin/make/tests/basic/t3/test.sh,v 1.2 2005/03/01 22:42:28 okumoto Exp $
4
5 . ../../common.sh
6
7 setup_test()
8 {
9         rm -f $WORK_BASE/Makefile
10 }
11
12 desc_test()
13 {
14         echo "No Makefile file."
15 }
16
17 eval_cmd $1