159301Skris# Copyright 2000 James Bloom
259301Skris# All rights reserved.
359301Skris# Based upon code Copyright 1998 Juniper Networks, Inc.
459301Skris#
559301Skris# Redistribution and use in source and binary forms, with or without
659301Skris# modification, are permitted provided that the following conditions
759301Skris# are met:
859301Skris# 1. Redistributions of source code must retain the above copyright
959301Skris#    notice, this list of conditions and the following disclaimer.
1059301Skris# 2. Redistributions in binary form must reproduce the above copyright
1159301Skris#    notice, this list of conditions and the following disclaimer in the
1259301Skris#    documentation and/or other materials provided with the distribution.
1359301Skris#
1459301Skris# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1559301Skris# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1659301Skris# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1759301Skris# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1859301Skris# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1959301Skris# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2059301Skris# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2159301Skris# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2259301Skris# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2359301Skris# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2459301Skris# SUCH DAMAGE.
2559301Skris#
2694372Sru# $FreeBSD$
2759301Skris
28112044SobrienLIB=	pam_opie
29112044SobrienSRCS=	pam_opie.c
30112044SobrienMAN=	pam_opie.8
3159301Skris
32275024SbaptLIBADD+=	opie
33112044Sobrien
3459301Skris.include <bsd.lib.mk>
35