diff options
Diffstat (limited to 'libc/misc/time')
-rw-r--r-- | libc/misc/time/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/misc/time/Makefile.in b/libc/misc/time/Makefile.in index 41934873a..238170eb9 100644 --- a/libc/misc/time/Makefile.in +++ b/libc/misc/time/Makefile.in @@ -5,6 +5,8 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # +subdirs += libc/misc/time + CSRC := adjtime.c ifeq ($(UCLIBC_SUSV3_LEGACY),y) CSRC += ftime.c |