1 # $NetBSD: Makefile,v 1.9 2002/09/18 05:41:35 lukem Exp $
7 regress
: test-8 test-27 test-32 test-49 test-64 test-67
10 .
/${PROG} 8 | diff
${.CURDIR
}/good
/8 -
13 .
/${PROG} 27 | diff
${.CURDIR
}/good
/27 -
16 .
/${PROG} 32 | diff
${.CURDIR
}/good
/32 -
19 .
/${PROG} 49 | diff
${.CURDIR
}/good
/49 -
22 .
/${PROG} 64 | diff
${.CURDIR
}/good
/64 -
25 .
/${PROG} 67 | diff
${.CURDIR
}/good
/67 -
27 .
include <bsd.prog.mk
>