xref: /freebsd/usr.bin/bmake/tests/basic/t2/legacy_test.sh (revision 0eae32dcef82f6f06de6419a0d623d7def0cc8f6)
1#! /bin/sh
2# $FreeBSD$
3
4. $(dirname $0)/../../common.sh
5
6# Description
7DESC="A Makefile file with only a 'all:' file dependency specification, and shell command."
8
9# Run
10TEST_N=1
11TEST_1=
12
13eval_cmd $*
14