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