Makefile revision 1.7
11.7Stv# $NetBSD: Makefile,v 1.7 2001/12/12 01:24:17 tv Exp $ 21.1Sthorpej 31.7StvPROG= unfdpass 41.7StvNOMAN= # defined 51.7StvWARNS= 1 61.1Sthorpej 71.5SmycroftCLEANFILES+=file1 file2 file3 file4 file5 file6 file7 file8 file9 file10 \ 81.5Smycroft file11 file12 file13 file14 file15 file16 file17 file18 file19 \ 91.5Smycroft file20 file21 file22 file23 file24 output test-sock 101.1Sthorpej 111.1Sthorpejregress: 121.1Sthorpej @./unfdpass > output 131.1Sthorpej @if ! cmp -s ${.CURDIR}/expected output; then \ 141.1Sthorpej echo "FAILED"; \ 151.1Sthorpej else \ 161.1Sthorpej echo "PASSED"; \ 171.1Sthorpej fi 181.1Sthorpej 191.1Sthorpej.include <bsd.prog.mk> 20