Makefile revision 1.5
11.5Smycroft# $NetBSD: Makefile,v 1.5 2000/01/24 03:01:54 mycroft Exp $ 21.1Sthorpej 31.1SthorpejPROG= unfdpass 41.4SlukemMKMAN= no 51.1Sthorpej 61.5SmycroftCLEANFILES+=file1 file2 file3 file4 file5 file6 file7 file8 file9 file10 \ 71.5Smycroft file11 file12 file13 file14 file15 file16 file17 file18 file19 \ 81.5Smycroft file20 file21 file22 file23 file24 output test-sock 91.1Sthorpej 101.1Sthorpejregress: 111.1Sthorpej @./unfdpass > output 121.1Sthorpej @if ! cmp -s ${.CURDIR}/expected output; then \ 131.1Sthorpej echo "FAILED"; \ 141.1Sthorpej else \ 151.1Sthorpej echo "PASSED"; \ 161.1Sthorpej fi 171.1Sthorpej 181.1Sthorpej.include <bsd.prog.mk> 19