diff options
Diffstat (limited to 'regress/bin')
-rw-r--r-- | regress/bin/md5/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/regress/bin/md5/Makefile b/regress/bin/md5/Makefile index 71b4adec00e..16cf1f09a40 100644 --- a/regress/bin/md5/Makefile +++ b/regress/bin/md5/Makefile @@ -1,9 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 2001/06/04 23:08:18 millert Exp $ +# $OpenBSD: Makefile,v 1.2 2002/01/01 23:00:51 art Exp $ -NOMAN= -NOPROG= - -regress: t1 t2 t3 t4 t5 t6 t7 +REGRESSTARGETS=t1 t2 t3 t4 t5 t6 t7 t1: t1.out @cmp -s ${.CURDIR}/testsuite.md5 t1.out || \ @@ -51,4 +48,4 @@ t5.out: .PHONY: t1 t2 t3 t4 t5 t6 t7 regress CLEANFILES+=t1.out t2.out t3.out t5.out -.include <bsd.prog.mk> +.include <bsd.regress.mk> |