diff options
Diffstat (limited to 'login/Makefile')
-rw-r--r-- | login/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/login/Makefile b/login/Makefile index fa113fb623..4b057ec927 100644 --- a/login/Makefile +++ b/login/Makefile @@ -23,7 +23,8 @@ subdir := login headers := utmp.h bits/utmp.h lastlog.h pty.h -routines := getutent getutent_r getutid getutline getutid_r getutline_r \ +routines := getlogin getlogin_r setlogin \ + getutent getutent_r getutid getutline getutid_r getutline_r \ utmp_file utmpname updwtmp getpt grantpt unlockpt ptsname CFLAGS-grantpt.c = -DLIBEXECDIR='"$(libexecdir)"' |