]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/tools/regression/usr.bin/make/basic/t1/test.t
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / tools / regression / usr.bin / make / basic / t1 / test.t
1 #!/bin/sh
2
3 # $FreeBSD$
4
5 cd `dirname $0`
6 . ../../common.sh
7
8 # Description
9 DESC="A Makefile file with only a 'all:' file dependency specification."
10
11 # Run
12 TEST_N=1
13 TEST_1=
14
15 eval_cmd $*