Makefile revision 256281
161981Sbrian# Copyright 1998 Juniper Networks, Inc.
261981Sbrian# All rights reserved.
361981Sbrian#
461981Sbrian# Redistribution and use in source and binary forms, with or without
561981Sbrian# modification, are permitted provided that the following conditions
661981Sbrian# are met:
761981Sbrian# 1. Redistributions of source code must retain the above copyright
861981Sbrian#    notice, this list of conditions and the following disclaimer.
961981Sbrian# 2. Redistributions in binary form must reproduce the above copyright
1061981Sbrian#    notice, this list of conditions and the following disclaimer in the
1161981Sbrian#    documentation and/or other materials provided with the distribution.
1261981Sbrian#
1361981Sbrian# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1461981Sbrian# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1561981Sbrian# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1661981Sbrian# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1761981Sbrian# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1861981Sbrian# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1961981Sbrian# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2061981Sbrian# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2161981Sbrian# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2261981Sbrian# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2361981Sbrian# SUCH DAMAGE.
2461981Sbrian#
2565843Sbrian# $FreeBSD: stable/10/lib/libpam/modules/pam_radius/Makefile 201381 2010-01-02 09:58:07Z ed $
2665843Sbrian
2765843SbrianLIB=	pam_radius
2865843SbrianSRCS=	pam_radius.c
2965843SbrianMAN=	pam_radius.8
3065843SbrianWARNS?=	3
3165843Sbrian
3265843SbrianDPADD=	${LIBRADIUS}
3365843SbrianLDADD=	-lradius
3465843Sbrian
3561981Sbrian.include <bsd.lib.mk>
3661981Sbrian