diff options
Diffstat (limited to 'login/Makefile')
-rw-r--r-- | login/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/login/Makefile b/login/Makefile index e4f9a9e9be..6ee21d2285 100644 --- a/login/Makefile +++ b/login/Makefile @@ -22,7 +22,7 @@ subdir := login -headers := utmp.h utmpbits.h lastlog.h pty.h +headers := utmp.h bits/utmp.h lastlog.h pty.h routines := getutent getutent_r getutid getutline getutid_r getutline_r \ utmp_file utmp_daemon utmpname updwtmp |