Makefile revision 94372
155714Skris# Copyright 1998 Juniper Networks, Inc.
2280304Sjkim# All rights reserved.
3280304Sjkim#
4280304Sjkim# Redistribution and use in source and binary forms, with or without
555714Skris# modification, are permitted provided that the following conditions
655714Skris# are met:
755714Skris# 1. Redistributions of source code must retain the above copyright
855714Skris#    notice, this list of conditions and the following disclaimer.
955714Skris# 2. Redistributions in binary form must reproduce the above copyright
1055714Skris#    notice, this list of conditions and the following disclaimer in the
1155714Skris#    documentation and/or other materials provided with the distribution.
1255714Skris#
1355714Skris# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14280304Sjkim# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1555714Skris# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1655714Skris# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1755714Skris# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1855714Skris# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1955714Skris# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2055714Skris# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2155714Skris# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2255714Skris# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2355714Skris# SUCH DAMAGE.
2455714Skris#
2555714Skris# $FreeBSD: head/lib/libpam/modules/pam_tacplus/Makefile 94372 2002-04-10 18:07:05Z ru $
2655714Skris
2755714SkrisLIB=		pam_tacplus
2855714SkrisSRCS=		pam_tacplus.c
2955714SkrisDPADD=		${LIBTACPLUS}
3055714SkrisLDADD=		-ltacplus
3155714SkrisMAN=		pam_tacplus.8
3255714Skris
3355714Skris.include <bsd.lib.mk>
3455714Skris