aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharl Botha <cpbotha@cpbotha.net>2001-07-14 20:50:21 +0000
committerCharl Botha <cpbotha@cpbotha.net>2001-07-14 20:50:21 +0000
commit07e2aca8d4c90616fabc99f5abff71b423fad6b7 (patch)
tree2b4d94068fd98ca36b1963ea52064d67da8f55f9 /Makefile
parent632939171280f34924cbae6fe9f286bdc8b508eb (diff)
downloadlibpam-pwdfile-07e2aca8d4c90616fabc99f5abff71b423fad6b7.tar.gz
Integrated patch for 2 second delay at incorrect password.v0.95
Fixed minor build warnings (added _BSD_SOURCE define).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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