187396Sdes# Copyright 2001 Mark R V Murray
287396Sdes# All rights reserved.
387396Sdes#
487396Sdes# Redistribution and use in source and binary forms, with or without
587396Sdes# modification, are permitted provided that the following conditions
687396Sdes# are met:
787396Sdes# 1. Redistributions of source code must retain the above copyright
887396Sdes#    notice, this list of conditions and the following disclaimer.
987396Sdes# 2. Redistributions in binary form must reproduce the above copyright
1087396Sdes#    notice, this list of conditions and the following disclaimer in the
1187396Sdes#    documentation and/or other materials provided with the distribution.
1287396Sdes#
1387396Sdes# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1487396Sdes# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1587396Sdes# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1687396Sdes# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1787396Sdes# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1887396Sdes# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1987396Sdes# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2087396Sdes# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2187396Sdes# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2287396Sdes# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2387396Sdes# SUCH DAMAGE.
2487396Sdes#
2587396Sdes# $FreeBSD$
2687396Sdes
27112044SobrienLIB=	pam_self
28112044SobrienSRCS=	pam_self.c
29112044SobrienMAN=	pam_self.8
3087396Sdes
3187396Sdes.include <bsd.lib.mk>
32