]> granicus.if.org Git - linux-pam/blob - modules/pam_lastlog/Makefile
Relevant BUGIDs: 131549
[linux-pam] / modules / pam_lastlog / Makefile
1 #
2 # $Id$
3 #
4 # This Makefile controls a build process of $(TITLE) module for
5 # Linux-PAM. You should not modify this Makefile (unless you know
6 # what you are doing!).
7 #
8 # Created by Andrew Morgan <morgan@linux.kernel.org> 2000/08/27
9 #
10
11 include ../../Make.Rules
12
13 ifeq ($(HAVE_LIBUTIL),yes)
14  MODULE_SIMPLE_EXTRALIBS += -lutil
15 endif
16
17 TITLE=pam_lastlog
18
19 include ../Simple.Rules