diff options
Diffstat (limited to 'shadow')
-rw-r--r-- | shadow/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shadow/Makefile b/shadow/Makefile index bea9c7f691..c52c59db54 100644 --- a/shadow/Makefile +++ b/shadow/Makefile @@ -28,5 +28,10 @@ routines = getspent getspnam sgetspent fgetspent putspent \ CFLAGS-getspent_r.c = -fexceptions CFLAGS-getspent.c = -fexceptions +CFLAGS-fgetspent.c = -fexceptions +CFLAGS-fgetspent_r.c = -fexceptions +CFLAGS-putspent.c = -fexceptions +CFLAGS-getspnam.c = -fexceptions +CFLAGS-getspnam_r.c = -fexceptions include ../Rules |