about summary refs log tree commit diff
path: root/login/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'login/Makefile')
-rw-r--r--login/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/login/Makefile b/login/Makefile
index d3e6ac8aa5..99687433a0 100644
--- a/login/Makefile
+++ b/login/Makefile
@@ -22,7 +22,7 @@
 
 subdir	:= login
 
-headers	:= utmp.h utmpbits.h
+headers	:= utmp.h utmpbits.h lastlog.h
 
 routines := setutent endutent getutent getutid getutline pututline	\
 	    setutent_r endutent_r getutent_r getutid_r getutline_r	\
@@ -34,5 +34,3 @@ libutil-routines:= login login_tty logout logwtmp pty
 
 
 include ../Rules
-
-override CFLAGS += -D_THREAD_SAFE