189728Sdes# Copyright 2001 Mark R V Murray
289728Sdes# All rights reserved.
389728Sdes#
489728Sdes# Redistribution and use in source and binary forms, with or without
589728Sdes# modification, are permitted provided that the following conditions
689728Sdes# are met:
789728Sdes# 1. Redistributions of source code must retain the above copyright
889728Sdes#    notice, this list of conditions and the following disclaimer.
989728Sdes# 2. Redistributions in binary form must reproduce the above copyright
1089728Sdes#    notice, this list of conditions and the following disclaimer in the
1189728Sdes#    documentation and/or other materials provided with the distribution.
1289728Sdes#
1389728Sdes# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1489728Sdes# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1589728Sdes# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1689728Sdes# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1789728Sdes# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1889728Sdes# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1989728Sdes# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2089728Sdes# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2189728Sdes# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2289728Sdes# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2389728Sdes# SUCH DAMAGE.
2489728Sdes#
2589728Sdes# $FreeBSD$
2689728Sdes
27112044SobrienLIB=	pam_lastlog
28112044SobrienSRCS=	pam_lastlog.c
29112044SobrienMAN=	pam_lastlog.8
3091680Sdes
3189728Sdes.include <bsd.lib.mk>
32