about summary refs log tree commit diff
path: root/shadow/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shadow/Makefile')
-rw-r--r--shadow/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shadow/Makefile b/shadow/Makefile
index 943881f1f1..614f7afdd4 100644
--- a/shadow/Makefile
+++ b/shadow/Makefile
@@ -23,7 +23,8 @@ subdir	:= shadow
 
 headers		= shadow.h
 routines	= getspent getspnam sgetspent fgetspent putspent \
-		  getspent_r getspnam_r sgetspent_r fgetspent_r
+		  getspent_r getspnam_r sgetspent_r fgetspent_r \
+		  lckpwdf
 
 
 include ../Rules