xref: /freebsd/lib/libpam/modules/pam_ksu/Makefile (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
13a271666SJacques Vidrine# Copyright 2002 FreeBSD, Inc.
23a271666SJacques Vidrine# All rights reserved.
33a271666SJacques Vidrine#
43a271666SJacques Vidrine# Redistribution and use in source and binary forms, with or without
53a271666SJacques Vidrine# modification, are permitted provided that the following conditions
63a271666SJacques Vidrine# are met:
73a271666SJacques Vidrine# 1. Redistributions of source code must retain the above copyright
83a271666SJacques Vidrine#    notice, this list of conditions and the following disclaimer.
93a271666SJacques Vidrine# 2. Redistributions in binary form must reproduce the above copyright
103a271666SJacques Vidrine#    notice, this list of conditions and the following disclaimer in the
113a271666SJacques Vidrine#    documentation and/or other materials provided with the distribution.
123a271666SJacques Vidrine#
133a271666SJacques Vidrine# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
143a271666SJacques Vidrine# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
153a271666SJacques Vidrine# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
163a271666SJacques Vidrine# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
173a271666SJacques Vidrine# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
183a271666SJacques Vidrine# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
193a271666SJacques Vidrine# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
203a271666SJacques Vidrine# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
213a271666SJacques Vidrine# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
223a271666SJacques Vidrine# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
233a271666SJacques Vidrine# SUCH DAMAGE.
243a271666SJacques Vidrine#
253a271666SJacques Vidrine
26*a30235a4SEmmanuel VadotPACKAGE=	kerberos
27*a30235a4SEmmanuel Vadot
283a271666SJacques VidrineLIB=	pam_ksu
293a271666SJacques VidrineSRCS=	pam_ksu.c
307f03a257SDavid E. O'BrienMAN=	pam_ksu.8
317f03a257SDavid E. O'Brien
326b129086SBaptiste DaroussinLIBADD+=	krb5
333a271666SJacques Vidrine
343a271666SJacques Vidrine.include <bsd.lib.mk>
35