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 da47089b5a..65982661b6 100644 --- a/login/Makefile +++ b/login/Makefile @@ -27,7 +27,7 @@ headers := utmp.h utmpbits.h lastlog.h pty.h routines := getutent getutent_r getutid getutline getutid_r getutline_r \ utmp_file utmp_db -distribtue := utmp-private.h +distribute := utmp-private.h # Build the -lutil library with these extra functions. extra-libs := libutil |