summaryrefslogtreecommitdiff
path: root/Linux-PAM/modules/pam_lastlog/Makefile
blob: e8062714af819a84aff7909c8cabbd2fcec67bb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# $Id: Makefile,v 1.3 2001/02/10 22:33:10 agmorgan 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!).
#
# Created by Andrew Morgan <morgan@linux.kernel.org> 2000/08/27
#

include ../../Make.Rules

ifeq ($(HAVE_LIBUTIL),yes)
 MODULE_SIMPLE_EXTRALIBS += -lutil
endif

TITLE=pam_lastlog

include ../Simple.Rules