Makefile revision 1.4
11.4Slukem# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:33 lukem Exp $ 21.1Sthorpej 31.1SthorpejPROG= unfdpass 41.4SlukemMKMAN= no 51.1Sthorpej 61.2SthorpejCLEANFILES+=file1 file2 output test-sock 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