Makefile revision 112044
1284345Ssjg# Copyright 1998 Juniper Networks, Inc.
2284345Ssjg# All rights reserved.
3284345Ssjg#
4284345Ssjg# Redistribution and use in source and binary forms, with or without
5284345Ssjg# modification, are permitted provided that the following conditions
6284345Ssjg# are met:
7284345Ssjg# 1. Redistributions of source code must retain the above copyright
8284345Ssjg#    notice, this list of conditions and the following disclaimer.
9284345Ssjg# 2. Redistributions in binary form must reproduce the above copyright
10284345Ssjg#    notice, this list of conditions and the following disclaimer in the
11284345Ssjg#    documentation and/or other materials provided with the distribution.
12284345Ssjg#
13284345Ssjg# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14284345Ssjg# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15284345Ssjg# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16284345Ssjg# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17284345Ssjg# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18284345Ssjg# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19284345Ssjg# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20284345Ssjg# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23# SUCH DAMAGE.
24#
25# $FreeBSD: head/lib/libpam/modules/pam_tacplus/Makefile 112044 2003-03-09 20:06:38Z obrien $
26
27LIB=	pam_tacplus
28SRCS=	pam_tacplus.c
29MAN=	pam_tacplus.8
30
31DPADD=	${LIBTACPLUS}
32LDADD=	-ltacplus
33
34.include <bsd.lib.mk>
35