aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/usr.bin/make/basic/t2/test.t
blob: f5866bb9c3cefb4a37cfd563b00989c6273bafd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# $FreeBSD$

cd `dirname $0`
. ../../common.sh

# Description
DESC="A Makefile file with only a 'all:' file dependency specification, and shell command."

# Run
TEST_N=1
TEST_1=

eval_cmd $*