]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/usr.bin/make/basic/t0/test.t
MFC: r264832
[FreeBSD/stable/10.git] / tools / regression / usr.bin / make / basic / t0 / test.t
1 #!/bin/sh
2
3 # $FreeBSD$
4
5 cd `dirname $0`
6 . ../../common.sh
7
8 # Description
9 DESC="An empty Makefile file and no target given."
10
11 # Setup
12 TEST_TOUCH="Makefile ''"
13
14 # Run
15 TEST_N=1
16 TEST_1=
17
18 eval_cmd $*