Makefile revision 112044
190792Sgshapiro# Copyright 1998 Juniper Networks, Inc.
2261363Sgshapiro# All rights reserved.
390792Sgshapiro#
490792Sgshapiro# Redistribution and use in source and binary forms, with or without
590792Sgshapiro# modification, are permitted provided that the following conditions
690792Sgshapiro# are met:
790792Sgshapiro# 1. Redistributions of source code must retain the above copyright
890792Sgshapiro#    notice, this list of conditions and the following disclaimer.
990792Sgshapiro# 2. Redistributions in binary form must reproduce the above copyright
1090792Sgshapiro#    notice, this list of conditions and the following disclaimer in the
11266692Sgshapiro#    documentation and/or other materials provided with the distribution.
1290792Sgshapiro#
1390792Sgshapiro# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1490792Sgshapiro# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1590792Sgshapiro# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1690792Sgshapiro# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1790792Sgshapiro# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1890792Sgshapiro# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1990792Sgshapiro# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2090792Sgshapiro# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2190792Sgshapiro# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2290792Sgshapiro# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2390792Sgshapiro# SUCH DAMAGE.
2490792Sgshapiro#
2590792Sgshapiro# $FreeBSD: head/lib/libpam/modules/pam_radius/Makefile 112044 2003-03-09 20:06:38Z obrien $
2690792Sgshapiro
2790792SgshapiroLIB=	pam_radius
2890792SgshapiroSRCS=	pam_radius.c
2990792SgshapiroMAN=	pam_radius.8
3090792Sgshapiro
3190792SgshapiroDPADD=	${LIBRADIUS}
3290792SgshapiroLDADD=	-lradius
3390792Sgshapiro
3490792Sgshapiro.include <bsd.lib.mk>
3590792Sgshapiro