diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 2001-04-17 21:16:12 cpbotha Exp $ +# $Id: Makefile,v 1.3 2001-07-14 20:50:21 cpbotha Exp $ # # This Makefile controls a build process of $(TITLE) module for # Linux-PAM. You should not modify this Makefile (unless you know @@ -8,6 +8,7 @@ include ../../Make.Rules TITLE=pam_pwdfile +CFLAGS += -D_BSD_SOURCE MODULE_SIMPLE_EXTRALIBS = -lcrypt |