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 26fb69d3e3SDag-Erling SmørgravCFLAGS+= -DOPENPAM_DEBUG 27dce24543SDag-Erling Smørgrav 28*328e4174SDag-Erling SmørgravSHLIB_MAJOR= 6 297729e3baSUlrich Spörlein 30e03e3b69SDag-Erling SmørgravSTATIC_CFLAGS+= -DOPENPAM_STATIC_MODULES 31e03e3b69SDag-Erling Smørgrav 327729e3baSUlrich Spörlein.include "../Makefile.inc" 33