diff options
Diffstat (limited to 'sysdeps/mach/hurd/Makefile')
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 9ad681d550..b18f9f100e 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -183,4 +183,8 @@ ifeq (hurd, $(subdir)) sysdep_routines += cthreads endif +ifeq (posix, $(subdir)) +sysdep_routines += clk_tck +endif + endif # in-Makerules |