summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libc/time/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/time/Makefile b/src/regress/lib/libc/time/Makefile
index 28b5556027..1fc8541dc8 100644
--- a/src/regress/lib/libc/time/Makefile
+++ b/src/regress/lib/libc/time/Makefile
@@ -1,5 +1,6 @@
1# $OpenBSD: Makefile,v 1.1 2004/01/20 16:47:55 millert Exp $ 1# $OpenBSD: Makefile,v 1.2 2022/11/06 12:59:46 beck Exp $
2 2
3SUBDIR+=strptime 3SUBDIR+=strptime
4SUBDIR+=time_conversion
4 5
5.include <bsd.subdir.mk> 6.include <bsd.subdir.mk>