1#! /bin/sh 2# $FreeBSD$ 3 4. $(dirname $0)/../../common.sh 5 6# Description 7DESC="An empty Makefile file and no target given." 8 9# Setup 10TEST_TOUCH="Makefile ''" 11 12# Run 13TEST_N=1 14TEST_1= 15 16eval_cmd $* 17