aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 785998b29572d885e010e811152290127517cc54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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
# what you are doing!).
#

include ../../Make.Rules

TITLE=pam_pwdfile
CFLAGS += -D_BSD_SOURCE

MODULE_SIMPLE_EXTRALIBS = -lcrypt

include ../Simple.Rules