176575Smarkm# Copyright 2001 FreeBSD, Inc.
276575Smarkm# All rights reserved.
376575Smarkm#
476575Smarkm# Redistribution and use in source and binary forms, with or without
576575Smarkm# modification, are permitted provided that the following conditions
676575Smarkm# are met:
776575Smarkm# 1. Redistributions of source code must retain the above copyright
876575Smarkm#    notice, this list of conditions and the following disclaimer.
976575Smarkm# 2. Redistributions in binary form must reproduce the above copyright
1076575Smarkm#    notice, this list of conditions and the following disclaimer in the
1176575Smarkm#    documentation and/or other materials provided with the distribution.
1276575Smarkm#
1376575Smarkm# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1476575Smarkm# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1576575Smarkm# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1676575Smarkm# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1776575Smarkm# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1876575Smarkm# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1976575Smarkm# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2076575Smarkm# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2176575Smarkm# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2276575Smarkm# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2376575Smarkm# SUCH DAMAGE.
2476575Smarkm#
2594372Sru# $FreeBSD$
2676575Smarkm
27112044SobrienLIB=	pam_krb5
28112044SobrienSRCS=	pam_krb5.c
29112044SobrienMAN=	pam_krb5.8
30147810Skensmith.if defined(_FREEFALL_CONFIG)
31147810SkensmithCFLAGS+=-D_FREEFALL_CONFIG
32204585SuqsWARNS?=	3
33147810Skensmith.endif
3476575Smarkm
35275024SbaptLIBADD+=	krb5
36112044Sobrien
3776575Smarkm.include <bsd.lib.mk>
38