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