diff options
Diffstat (limited to 'login/Makefile')
-rw-r--r-- | login/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/login/Makefile b/login/Makefile index 56a6aebf44..247ab958df 100644 --- a/login/Makefile +++ b/login/Makefile @@ -30,6 +30,8 @@ routines := setutent endutent getutent getutid getutline pututline \ # Build the -lutil library with these extra functions. extra-libs := libutil +extra-libs-others := $(extra-libs) + libutil-routines:= login login_tty logout logwtmp pty |