Makefile revision 1.1
11.1Sthorpej# $NetBSD: Makefile,v 1.1 1998/01/07 03:53:00 thorpej Exp $ 21.1Sthorpej 31.1SthorpejPROG= unfdpass 41.1SthorpejNOMAN= noman, no way, man 51.1Sthorpej 61.1SthorpejCLEANFILES+=file1 file2 output 71.1Sthorpej 81.1Sthorpejregress: 91.1Sthorpej @./unfdpass > output 101.1Sthorpej @if ! cmp -s ${.CURDIR}/expected output; then \ 111.1Sthorpej echo "FAILED"; \ 121.1Sthorpej else \ 131.1Sthorpej echo "PASSED"; \ 141.1Sthorpej fi 151.1Sthorpej 161.1Sthorpej.include <bsd.prog.mk> 17