diff options
-rw-r--r-- | src/regress/lib/libc/time/time_conversion/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/regress/lib/libc/time/time_conversion/Makefile b/src/regress/lib/libc/time/time_conversion/Makefile index fa73d6acc0..a4d1950029 100644 --- a/src/regress/lib/libc/time/time_conversion/Makefile +++ b/src/regress/lib/libc/time/time_conversion/Makefile | |||
@@ -1,11 +1,5 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2022/11/06 12:57:08 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2022/11/22 10:40:33 anton Exp $ |
2 | 2 | ||
3 | PROG= timetest | 3 | PROG= timetest |
4 | SRCS= timetest.c | ||
5 | |||
6 | REGRESS_TARGETS=do-timetest | ||
7 | |||
8 | do-timetest: ${PROG} | ||
9 | ./${PROG} | ||
10 | 4 | ||
11 | .include <bsd.regress.mk> | 5 | .include <bsd.regress.mk> |