diff options
author | David Krause <david@cvs.openbsd.org> | 2004-01-21 18:13:49 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2004-01-21 18:13:49 +0000 |
commit | 17a567c9f32392e770f995c5081497b55130bb3b (patch) | |
tree | bae8c5b5b79a05324cabef82fbeccbfffa16aa1b /regress/lib | |
parent | fa90feecf78000e9e6895e5b74f8c60e04051208 (diff) |
fix Makefile
ok millert@
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libc/time/strptime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/time/strptime/Makefile b/regress/lib/libc/time/strptime/Makefile index 9a288e3c0ee..f2c9ebaf2c9 100644 --- a/regress/lib/libc/time/strptime/Makefile +++ b/regress/lib/libc/time/strptime/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.1 2004/01/20 16:47:55 millert Exp $ +# $OpenBSD: Makefile,v 1.2 2004/01/21 18:13:48 david Exp $ PROG= strptime_test SRCS= main.c CLEANFILES+= got REGRESS_TARGETS=do-reg -do-reg: +do-reg: ${PROG} ./${PROG} < ${.CURDIR}/tests > got diff ${.CURDIR}/expected got |