189707Sdes# Copyright 2001 Mark R V Murray
289707Sdes# All rights reserved.
389707Sdes#
489707Sdes# Redistribution and use in source and binary forms, with or without
589707Sdes# modification, are permitted provided that the following conditions
689707Sdes# are met:
789707Sdes# 1. Redistributions of source code must retain the above copyright
889707Sdes#    notice, this list of conditions and the following disclaimer.
989707Sdes# 2. Redistributions in binary form must reproduce the above copyright
1089707Sdes#    notice, this list of conditions and the following disclaimer in the
1189707Sdes#    documentation and/or other materials provided with the distribution.
1289707Sdes#
1389707Sdes# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1489707Sdes# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1589707Sdes# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1689707Sdes# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1789707Sdes# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1889707Sdes# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1989707Sdes# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2089707Sdes# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2189707Sdes# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2289707Sdes# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2389707Sdes# SUCH DAMAGE.
2489707Sdes#
2589707Sdes# $FreeBSD$
2689707Sdes
27112044SobrienLIB=	pam_login_access
28112044SobrienSRCS=	pam_login_access.c login_access.c
29156344SyarMAN=	login.access.5 pam_login_access.8
3089707Sdes
3189707Sdes.include <bsd.lib.mk>
32