diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-01 23:00:53 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-01 23:00:53 +0000 |
commit | e691d6b414b2f3602d208d1dbe07116477896faa (patch) | |
tree | 7ea9b3434434e73315241e8224a3ad7108bcd73a /regress/bin | |
parent | c9d518452bfddc63f00a995132317442cb5ead9f (diff) |
trivial conversions to bsd.regress.mk
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> |