Makefile revision 147830
147289Speter# Copyright 2001 FreeBSD, Inc.
247289Speter# All rights reserved.
347289Speter#
447289Speter# Redistribution and use in source and binary forms, with or without
547289Speter# modification, are permitted provided that the following conditions
647289Speter# are met:
747289Speter# 1. Redistributions of source code must retain the above copyright
847289Speter#    notice, this list of conditions and the following disclaimer.
947289Speter# 2. Redistributions in binary form must reproduce the above copyright
1047289Speter#    notice, this list of conditions and the following disclaimer in the
1147289Speter#    documentation and/or other materials provided with the distribution.
1247289Speter#
13251069Semaste# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1447289Speter# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1547289Speter# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1647289Speter# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1747289Speter# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1847289Speter# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1947289Speter# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2047289Speter# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2147289Speter# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2247289Speter# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2347289Speter# SUCH DAMAGE.
2447289Speter#
2547289Speter# $FreeBSD: head/lib/libpam/modules/pam_krb5/Makefile 147830 2005-07-08 14:53:45Z kensmith $
2647289Speter
2747289SpeterLIB=	pam_krb5
2847289SpeterSRCS=	pam_krb5.c
2947289SpeterMAN=	pam_krb5.8
3047289Speter.if defined(_FREEFALL_CONFIG)
3147289SpeterCFLAGS+=-D_FREEFALL_CONFIG
3247289SpeterWARNS=	0
3386170Sobrien.endif
3486170Sobrien
3547289SpeterDPADD=	${LIBKRB5} ${LIBASN1} ${LIBROKEN} ${LIBCOM_ERR} ${LIBCRYPT} ${LIBCRYPTO}
36202916SumeLDADD=	-lkrb5 -lasn1 -lroken -lcom_err -lcrypt -lcrypto
37142667Sphantom
38142667Sphantom.include <bsd.lib.mk>
39142667Sphantom