xref: /freebsd/lib/libpam/Makefile (revision d0b2dbfa)
19a10bb17SJohn Polstra# Copyright 1998 Juniper Networks, Inc.
29a10bb17SJohn Polstra# All rights reserved.
39a10bb17SJohn Polstra#
49a10bb17SJohn Polstra# Redistribution and use in source and binary forms, with or without
59a10bb17SJohn Polstra# modification, are permitted provided that the following conditions
69a10bb17SJohn Polstra# are met:
79a10bb17SJohn Polstra# 1. Redistributions of source code must retain the above copyright
89a10bb17SJohn Polstra#    notice, this list of conditions and the following disclaimer.
99a10bb17SJohn Polstra# 2. Redistributions in binary form must reproduce the above copyright
109a10bb17SJohn Polstra#    notice, this list of conditions and the following disclaimer in the
119a10bb17SJohn Polstra#    documentation and/or other materials provided with the distribution.
129a10bb17SJohn Polstra#
139a10bb17SJohn Polstra# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
149a10bb17SJohn Polstra# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
159a10bb17SJohn Polstra# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
169a10bb17SJohn Polstra# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
179a10bb17SJohn Polstra# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
189a10bb17SJohn Polstra# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
199a10bb17SJohn Polstra# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
209a10bb17SJohn Polstra# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
219a10bb17SJohn Polstra# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
229a10bb17SJohn Polstra# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
239a10bb17SJohn Polstra# SUCH DAMAGE.
249a10bb17SJohn Polstra#
259a10bb17SJohn Polstra
267cbd0a29SBryan Drewery# The modules link in libpam.  They build the static modules as well.
27219cf81bSBrad DavisSUBDIR+=	libpam modules pam.d
287cbd0a29SBryan DrewerySUBDIR_DEPEND_modules=	libpam
297cbd0a29SBryan DrewerySUBDIR+=	static_libpam
307cbd0a29SBryan DrewerySUBDIR_DEPEND_static_libpam= modules
317cbd0a29SBryan DrewerySUBDIR_PARALLEL=
329a10bb17SJohn Polstra
339a10bb17SJohn Polstra.include <bsd.subdir.mk>
34