11.8Slukem# $NetBSD: Makefile,v 1.8 2002/09/18 05:41:56 lukem Exp $ 21.8Slukem 31.8SlukemNOMAN= # defined 41.1Sthorpej 51.7StvPROG= unfdpass 61.7StvWARNS= 1 71.1Sthorpej 81.5SmycroftCLEANFILES+=file1 file2 file3 file4 file5 file6 file7 file8 file9 file10 \ 91.5Smycroft file11 file12 file13 file14 file15 file16 file17 file18 file19 \ 101.5Smycroft file20 file21 file22 file23 file24 output test-sock 111.1Sthorpej 121.1Sthorpejregress: 131.1Sthorpej @./unfdpass > output 141.1Sthorpej @if ! cmp -s ${.CURDIR}/expected output; then \ 151.1Sthorpej echo "FAILED"; \ 161.1Sthorpej else \ 171.1Sthorpej echo "PASSED"; \ 181.1Sthorpej fi 191.1Sthorpej 201.1Sthorpej.include <bsd.prog.mk> 21