diff options
Diffstat (limited to 'src/regress/lib/libc/time/Makefile')
-rw-r--r-- | src/regress/lib/libc/time/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regress/lib/libc/time/Makefile b/src/regress/lib/libc/time/Makefile new file mode 100644 index 0000000000..28b5556027 --- /dev/null +++ b/src/regress/lib/libc/time/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2004/01/20 16:47:55 millert Exp $ | ||
2 | |||
3 | SUBDIR+=strptime | ||
4 | |||
5 | .include <bsd.subdir.mk> | ||