197426Snectar# Copyright 2002 FreeBSD, Inc.
297426Snectar# All rights reserved.
397426Snectar#
497426Snectar# Redistribution and use in source and binary forms, with or without
597426Snectar# modification, are permitted provided that the following conditions
697426Snectar# are met:
797426Snectar# 1. Redistributions of source code must retain the above copyright
897426Snectar#    notice, this list of conditions and the following disclaimer.
997426Snectar# 2. Redistributions in binary form must reproduce the above copyright
1097426Snectar#    notice, this list of conditions and the following disclaimer in the
1197426Snectar#    documentation and/or other materials provided with the distribution.
1297426Snectar#
1397426Snectar# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1497426Snectar# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1597426Snectar# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1697426Snectar# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1797426Snectar# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1897426Snectar# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1997426Snectar# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2097426Snectar# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2197426Snectar# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2297426Snectar# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2397426Snectar# SUCH DAMAGE.
2497426Snectar#
2597931Sru# $FreeBSD$
2697426Snectar
27112044SobrienLIB=	pam_ksu
28112044SobrienSRCS=	pam_ksu.c
29112044SobrienMAN=	pam_ksu.8
3097426Snectar
31275024SbaptLIBADD+=	krb5
32112044Sobrien
3397426Snectar.include <bsd.lib.mk>
34