diff options
Diffstat (limited to 'hurd/Makefile')
-rw-r--r-- | hurd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index 254e89cb50..0ef626f5e3 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -39,7 +39,8 @@ user-interfaces := $(addprefix hurd/,\ fs fsys io term socket ifsock) server-interfaces := hurd/msg -routines = hurdinit hurdid hurdlookup hurdpid hurdrlimit hurdprio hurdexec \ +routines = hurdstartup hurdinit \ + hurdid hurdlookup hurdpid hurdrlimit hurdprio hurdexec \ setauth \ pid2task task2pid \ getuids setuids getumask fchroot \ |