From 07e2aca8d4c90616fabc99f5abff71b423fad6b7 Mon Sep 17 00:00:00 2001 From: Charl Botha Date: Sat, 14 Jul 2001 20:50:21 +0000 Subject: Integrated patch for 2 second delay at incorrect password. Fixed minor build warnings (added _BSD_SOURCE define). --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c0e2805..785998b 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3