diff options
Diffstat (limited to 'libc/pwd_grp/Makefile')
-rw-r--r-- | libc/pwd_grp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/pwd_grp/Makefile b/libc/pwd_grp/Makefile index 5efa1414e..c34142d6b 100644 --- a/libc/pwd_grp/Makefile +++ b/libc/pwd_grp/Makefile @@ -28,7 +28,7 @@ CSRC= pwent.c getpwnam.c getpwuid.c putpwent.c getpw.c fgetpwent.c \ __getgrent.c grent.c getgrnam.c getgrgid.c fgetgrent.c \ initgroups.c __getpwent_r.c -ifeq ($(HAS_SHADOW),true) +ifeq ($(HAS_SHADOW),y) CSRC+= lckpwdf.c spent.c getspnam.c getspuid.c putspent.c sgetspent.c \ fgetspent.c __getspent_r.c __sgetspent_r.c endif |