Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 1998/03/02 21:57:38 cgd Exp $ 2 3PROG= unfdpass 4NOMAN= noman, no way, man 5 6CLEANFILES+=file1 file2 output test-sock 7 8regress: 9 @./unfdpass > output 10 @if ! cmp -s ${.CURDIR}/expected output; then \ 11 echo "FAILED"; \ 12 else \ 13 echo "PASSED"; \ 14 fi 15 16.include <bsd.prog.mk> 17