about summary refs log tree commit diff
path: root/pwd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pwd/Makefile')
-rw-r--r--pwd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pwd/Makefile b/pwd/Makefile
index ce67d49ea9..68cdc4a991 100644
--- a/pwd/Makefile
+++ b/pwd/Makefile
@@ -23,6 +23,6 @@ subdir	:= pwd
 
 routines := fgetpwent getpw putpwent \
 	    getpwent getpwnam getpwuid \
-	    getpwent_r getpwnam_r getpwuid_r
+	    getpwent_r getpwnam_r getpwuid_r fgetpwent_r
 
 include ../Rules